AUTOSCALE-827: apply KarpenterOperator feature gate to manifests#14
Conversation
We replace the DevPreviewNoUpgrade featureset with the now merged KarpenterOperator feature gate which is only enabled in DevPreview clusters. Signed-off-by: Max Cao <macao@redhat.com>
|
Skipping CI for Draft Pull Request. |
|
@maxcao13: This pull request references AUTOSCALE-827 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maxcao13 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
WalkthroughThis PR replaces the OpenShift release-gating annotation ChangesFeature-gate annotation migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/test e2e-aws e2e-aws-operator |
|
This requires us to apply the feature gate in the release repo job configs for e2e-aws and e2e-aws-operator. EDIT: openshift/release#81504 |
|
/retest |
|
/test e2e-aws |
|
/lgtm |
|
/test e2e-aws e2e-aws-operator In theory, this should work immediately after merging since the jobs are configured to use latest integration stream? |
|
/test e2e-aws flaky test, nothing wrong with karpenter it seems Cluster is correctly enabling the fg as well (from must-gather): apiVersion: config.openshift.io/v1
kind: FeatureGate
metadata:
name: cluster
spec:
customNoUpgrade:
enabled:
- KarpenterOperator
featureSet: CustomNoUpgrade |
|
hey first time e2e-aws passed in awhile because we don't have to run everyone else's devpreview crap now 😛 thanks joel! /verified by e2e-aws,e2e-aws-operator |
|
@maxcao13: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/override ci/prow/verify okay unfortunate timing with the merge of the aws-karpenter-provider-aws PR yesterday. going to solve this in a followup |
|
@maxcao13: Overrode contexts on behalf of maxcao13: ci/prow/verify DetailsIn response to this:
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-sigs/prow repository. |
|
@maxcao13: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
We replace the DevPreviewNoUpgrade featureset with the now merged KarpenterOperator feature gate which is only enabled in DevPreview clusters.
Summary by CodeRabbit
feature-gatevalue for Karpenter.