Skip to content

Commit

Permalink
Merge pull request openshift#253 from deads2k/update-feature-gates-2
Browse files Browse the repository at this point in the history
supportpodpidslimit in features
  • Loading branch information
openshift-merge-robot authored Mar 21, 2019
2 parents 963e140 + 044292b commit 71fdeba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
Enabled: []string{
"ExperimentalCriticalPodAnnotation", // sig-pod, sjenning
"RotateKubeletServerCertificate", // sig-pod, sjenning
"SupportPodPidsLimit", // sig-pod, sjenning
},
Disabled: []string{
"LocalStorageCapacityIsolation", // sig-pod, sjenning
Expand All @@ -79,6 +80,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
Enabled: []string{
"ExperimentalCriticalPodAnnotation", // sig-pod, sjenning
"RotateKubeletServerCertificate", // sig-pod, sjenning
"SupportPodPidsLimit", // sig-pod, sjenning
},
Disabled: []string{
"LocalStorageCapacityIsolation", // sig-pod, sjenning
Expand Down

0 comments on commit 71fdeba

Please sign in to comment.