Skip to content

Commit

Permalink
features: add ShortCertRotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Aug 8, 2024
1 parent bf71d8f commit 05089ce
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
| MultiArchInstallAzure| | | | | | |
| GatewayAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
| ShortCertRotation| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
| AWSEFSDriverVolumeMetrics| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| AdditionalRoutingCapabilities| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| AutomatedEtcdBackup| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
7 changes: 7 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,11 @@ var (
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureShortCertRotation = newFeatureGate("ShortCertRotation").
reportProblemsToJiraComponent("kube-apiserver").
contactPerson("vrutkovs").
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
{
"name": "ServiceAccountTokenNodeBinding"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@
{
"name": "SetEIPForNLBIngressController"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
{
"name": "MultiArchInstallAzure"
},
{
"name": "ShortCertRotation"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
{
"name": "ServiceAccountTokenNodeBinding"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@
{
"name": "SetEIPForNLBIngressController"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
{
"name": "MultiArchInstallAzure"
},
{
"name": "ShortCertRotation"
}
],
"enabled": [
Expand Down

0 comments on commit 05089ce

Please sign in to comment.