-
Notifications
You must be signed in to change notification settings - Fork 441
Add new --featuregate-manifest to /usr/bin/cluster-config-operator render #2506
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I think you may also need |
|
/lgtm |
Right now this is just a shim to get the script happy, the feature gate config for the KAS is actually coming from the HC API and plumbed in here hypershift/control-plane-operator/controllers/hostedcontrolplane/kas/params.go Lines 445 to 453 in e7eb32f
By looking at the render cluster-config render command I think this should be enough, let's see what it breaks via CI otherwise. |
…nder CI is currently borken https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/logs/periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-aws-ovn/1653511338548269056/artifacts/e2e-aws-ovn/run-e2e/artifacts/TestCreateCluster_PreTeardownClusterDump/namespaces/e2e-clusters-glkxm-example-qmb9l/core/pods/logs/kube-apiserver-79b6c48d7-mzv44-init-bootstrap-previous.log. This introduced a new command which is effectively required openshift/cluster-config-operator#288 Here it was added to the installer github.com/openshift/installer/pull/6990
updated to include |
|
/lgtm |
|
@enxebre: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-hypershift-container-v4.14.0-202305031615.p0.gf662db7.assembly.stream for distgit hypershift. |
CI is currently borken https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/logs/periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-aws-ovn/1653511338548269056/artifacts/e2e-aws-ovn/run-e2e/artifacts/TestCreateCluster_PreTeardownClusterDump/namespaces/e2e-clusters-glkxm-example-qmb9l/core/pods/logs/kube-apiserver-79b6c48d7-mzv44-init-bootstrap-previous.log.
This introduced a new command which is effectively required openshift/cluster-config-operator#288
This introduced new status in featureGate CRD openshift/api#1405
Here it was added to the installer github.com/openshift/installer/pull/6990
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