Skip to content

Commit

Permalink
features: add ShortCertRotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Sep 5, 2024
1 parent 57b3160 commit 048b956
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> | | |
| 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> |
| BootcNodeManagement| | | <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 @@ -562,4 +562,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 @@ -130,6 +130,9 @@
{
"name": "ServiceAccountTokenNodeBinding"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,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 @@ -133,6 +133,9 @@
{
"name": "ServiceAccountTokenNodeBinding"
},
{
"name": "ShortCertRotation"
},
{
"name": "SignatureStores"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,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 048b956

Please sign in to comment.