Skip to content

Commit

Permalink
Add KMSv2 FeatureGate
Browse files Browse the repository at this point in the history
* generated files from
`GOPATH=$(go env GOPATH) PROTO_OPTIONAL="true" make update`

Signed-off-by: Swarup Ghosh <[email protected]>
  • Loading branch information
swghosh committed Oct 18, 2024
1 parent 92a3906 commit 3a4a2d1
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 @@ -24,6 +24,7 @@
| InsightsConfigAPI| | | <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> |
| InsightsOnDemandDataGather| | | <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> |
| InsightsRuntimeExtractor| | | <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> |
| KMSv2| | | <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> |
| MachineAPIProviderOpenStack| | | <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> |
| MachineConfigNodes| | | <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> |
| ManagedBootImagesAWS| | | <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 @@ -583,4 +583,11 @@ var (
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateKMSv2 = newFeatureGate("KMSv2").
reportProblemsToJiraComponent("kube-apiserver").
contactPerson("swghosh").
productScope(kubernetes).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
{
"name": "InsightsRuntimeExtractor"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIMigration"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
{
"name": "KMSv1"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIProviderOpenStack"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
{
"name": "KMSv1"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIProviderOpenStack"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
{
"name": "InsightsRuntimeExtractor"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIMigration"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
{
"name": "KMSv1"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIProviderOpenStack"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
{
"name": "KMSv1"
},
{
"name": "KMSv2"
},
{
"name": "MachineAPIProviderOpenStack"
},
Expand Down

0 comments on commit 3a4a2d1

Please sign in to comment.