-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[fcos] Support Ignition3 and FCOS #2548
Conversation
de1d2b1
to
7d4249f
Compare
3988835
to
a129893
Compare
c016b48
to
2a859f7
Compare
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
Setup passes, a few FCOS fixes are required to pass e2e tests |
/retest |
1 similar comment
/retest |
port-forwarding tests are now fixed, waiting for fixed nfs-utils-coreos to land in FCOS testing-devel |
/retest |
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
Consider this branch specific to fcos, is there a variant of this opened for all included commits for master? |
/lgtm |
I don't think there is, I was syncing we'd do sync PRs from time to time |
/lgtm cancel |
So these commits are "throw away" and someone else will be doing ignition 3.0 and go.mod support? |
Its likely that these are throwaway, yes, if there is a better way to restructure the codebase. At this point it doesn't make much sense to create PR back to master:
|
And go.mod? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton, vrutkovs 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 |
go.mod might make it into the master (this PR has both ign3 switch and go.mod, since ign3 requires go.mod). go.mod switch has broken Azure though, but I'm sure it can be sorted out |
Initial PR for OKD-on-FCOS installation.
Note that I had to rip out Azure support as it was incompatible with terraform
This increases install time but ensures the latest crio/podman/kubelet are used during bootstrap process so that Fedora would not have to maintain a new stream with openshift bits
TODO:
rhcos.json
to point to Fedora CoreOSNevermind the release image - these would be replaced later once Prow would generate a proper release.
cc @LorbusChris @smarterclayton