-
Notifications
You must be signed in to change notification settings - Fork 319
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
Kube 1.25 fixes #1764
Kube 1.25 fixes #1764
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sjenning 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 |
There is still something out there that is causing nodes not to join |
@cgwalters @yuqi-zhang does it ring any bell? |
/retest-required |
Looks like fallout from openshift/machine-config-operator#3317 - we probably should have tested hypershift with that PR before merging. Seems like we're not getting the new format rendered image in the hypershift flow. |
Filed #1767 to track this since it's not related to this PR |
@sjenning: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
Ah yeah, we did create https://issues.redhat.com/browse/MCO-373 to make sure this doesn't happen but we haven't gotten there yet. In this particular case it does get caught on which, hmm, is that rpm-ostree not new enough? Do we think bumping the bootimage here will help temporarily in getting past the first error here? (Presumably it could still fail, but may attempt to use a backup legacy path instead?) |
That will be fixed by https://issues.redhat.com/browse/OCPBUGS-1429 which would only work around the firstboot problem, but then we'd the problem of missing |
Kube 1.25 rebase has landed as of https://amd64.ocp.releases.ci.openshift.org/releasestream/4.12.0-0.ci/release/4.12.0-0.ci-2022-09-28-193725
CI is offline due to KAS not starting with
flag: cannot set feature gate CSIMigrationAWS to false, feature is locked to true
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_hypershift/1746/pull-ci-openshift-hypershift-main-e2e-aws/1575163249484107776/artifacts/e2e-aws/run-e2e/artifacts/TestCreateCluster_PreTeardownClusterDump/namespaces/e2e-clusters-nb7x7-example-nqbhw/core/pods/logs/kube-apiserver-5587dd5c7f-p8js7-kube-apiserver-previous.log
--experimental-cluster-signing-duration
was removed replaced with--cluster-signing-duration
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)
format, where issue_number might be a GitHub issue, or a Jira story:Fixes #
Checklist