-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora CoreOS support #5657
Fedora CoreOS support #5657
Conversation
8291b6d
to
9d022c0
Compare
The CI failures look unrelated to the PR. It would be nice to have the default container engine working on Fedora Coreos so that it works with default kubespray settings. |
+1 |
9d022c0
to
8434887
Compare
|
db3adb4
to
45ff90f
Compare
@spaced we did some work last week to improve CI, can you rebase on latest master, hopefully we get a green CI? |
- bootstrap and new fact for
- fix bootstrap condition
- allow customize packages for fedora coreos bootstrap
- prevent install ptyhon3 and epel via dnf for fedora coreos
- handle all ostree like os in same way
45ff90f
to
375332c
Compare
- handle all ostree like os in same way for crio
ec7dfa9
to
fdc16ea
Compare
fdc16ea
to
4ddda1a
Compare
- add fcos documentations
4ddda1a
to
e31d69f
Compare
We need to add CI for Fedora CoreOS, but this will be done in a separate patch. Let's accept this as-is for now. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattymo, spaced The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* fedora coreos support - bootstrap and new fact for * fedora coreos support - fix bootstrap condition * fedora coreos support - allow customize packages for fedora coreos bootstrap * fedora coreos support - prevent install ptyhon3 and epel via dnf for fedora coreos * fedora coreos support - handle all ostree like os in same way * fedora coreos support - handle all ostree like os in same way for crio * fedora coreos support - add fcos documentations
Hi, someone know if this PR keep in mind RHEL CoreOS, or it's only works for Fedora CoreOS? |
RHEL CoreOS only exists as node of an OpenShift cluster if I understand correctly |
docker and crio works, containerd not tested
What type of PR is this?
/kind feature
What this PR does / why we need it:
enable bootstrapping fedora coreos
Which issue(s) this PR fixes:
Fixes #5610
Special notes for your reviewer:
containerd not tested, is this required?
Does this PR introduce a user-facing change?: