Update and expand using kubernetes quick doc #752
No reviewers
Labels
No labels
bug
Closed As
complete
Closed As
duplicate
Closed As
insufficient data
Closed As
moved
Closed As
not possible
Closed As
out of scope
Closed As
stale
good first issue
help wanted
improvement
needs changes
needs committer review
needs info
new change
Priority
awaiting triage
Priority
needs review
Priority
next meeting
Priority
waiting on assignee
Priority
waiting on external
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Docs/quick-docs#752
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "k8s-ver"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Significant revision of using kubernetes quick doc. Partitioned doc into top level page a 6 nested pages (update to navigation too). Added content.
New versioned kubernetes rpms (along with cri-o and cri-tools rpms) are coming to rawhide. Kubernetes, for example will now have 4 versions in rawhide instead of just 1 version. The legacy plain kubernetes will still exist in rawhide but will not exist in F42.
These changes are explained in this quick doc revision.
The first question is: does this new content still meet quick doc standards and purpose?
I tested the "Creating a Kubernetes cluster on Fedora" doc. I ran through the steps on a f40 cloud edition VM. They worked pretty well, with a few exceptions that might be due to the configuration of the cloud edition.
swap-create@zram0.service
andfirewalld.service
weren't enabled on the cloud edition so I got (ignorable) errors on these, this may or may not be worth noting.All my pods came up, with the exception of the coredns pods, which kept crashlooping, with an error citing this page. The issue has to do with systemd-resolved, and I found a fix here.
Wonderful. Thank you very much.
I will update notes for swap and firewall that these services may not be running. I typically test in vagrant hosted vms using the vagrant box that the cloud team prepares so see this also.
Thanks for the fix the coredns crash loop. I will give it a try. I have also found that the when I use a kubelet config file instead of the systemd based command line configuration (systemd is the default in the non-versioned rpms) that I do not get a crash loop. In any case, I really appreciate the work to find a solution. I will amend the document to include it as an option. Another solution that I used is to amend the coredns config file using kubectl and changing the dns entry to a known dns IP for the lan the cluster is running on.
1 new commit added
Incorporate review feedback and add troubleshooting section
Thanks for your revised documentation. I was not able to merge it due to conflicts. Would you rebase it to resolve merge conflicts?
pretty please pagure-ci rebuild
Done
rebased onto
c74c063315
1 new commit added
Add cri-o configuration information
Pull-Request has been merged by hankuoffroad