-
Notifications
You must be signed in to change notification settings - Fork 593
WIP: Backport KMS TechPreview v1 API changes to 4.21 #2737
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
base: release-4.21
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -655,9 +655,17 @@ var ( | |
| contactPerson("swghosh"). | ||
| productScope(ocpSpecific). | ||
| enhancementPR("https://github.com/openshift/enhancements/pull/1682"). | ||
| enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). | ||
| enableIn(configv1.DevPreviewNoUpgrade). | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want to do this in 4.21 as well? Or should we just introduce |
||
| mustRegister() | ||
|
|
||
| FeatureGateKMSEncryption = newFeatureGate("KMSEncryption"). | ||
| reportProblemsToJiraComponent("kube-apiserver"). | ||
| contactPerson("ardaguclu"). | ||
| productScope(ocpSpecific). | ||
| enhancementPR("https://github.com/openshift/enhancements/pull/1900"). | ||
| enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). | ||
| mustRegister() | ||
|
|
||
| FeatureGateHighlyAvailableArbiter = newFeatureGate("HighlyAvailableArbiter"). | ||
| reportProblemsToJiraComponent("Two Node with Arbiter"). | ||
| contactPerson("eggfoobar"). | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -132,6 +132,9 @@ | |
| { | ||
| "name": "IrreconcilableMachineConfig" | ||
| }, | ||
| { | ||
| "name": "KMSEncryption" | ||
| }, | ||
| { | ||
| "name": "KMSEncryptionProvider" | ||
| }, | ||
|
Comment on lines
+135
to
140
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2. Kmsencryption enabled in default The Default payload FeatureGate manifests enable KMSEncryption, but the feature gate registry only enables it for DevPreviewNoUpgrade and TechPreviewNoUpgrade. This mismatch is likely to fail hack/verify-payload-featuregates.sh (generated manifests won’t match) and/or unintentionally turn on the gate for Default clusters. Agent Prompt
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. kmsencryption tests missing
📘 Rule violation⛯ ReliabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools