startupProbe: make update

This commit is contained in:
Matthias Bertschy
2019-08-29 10:33:48 +02:00
parent 1a08ea5984
commit a042a4b0ee
87 changed files with 21240 additions and 17658 deletions

View File

@@ -599,6 +599,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
// features that enable backwards compatibility but are scheduled to be removed
// ...
HPAScaleToZero: {Default: false, PreRelease: featuregate.Alpha},
HPAScaleToZero: {Default: false, PreRelease: featuregate.Alpha},
LegacyNodeRoleBehavior: {Default: true, PreRelease: featuregate.Alpha},
}