Mark ServiceProxyAllowExternalIPs feature as deprecated

parent 7336eeab
...@@ -169,7 +169,7 @@ const ( ...@@ -169,7 +169,7 @@ const (
ServiceNodeExclusion utilfeature.Feature = "ServiceNodeExclusion" ServiceNodeExclusion utilfeature.Feature = "ServiceNodeExclusion"
// owner @brendandburns // owner @brendandburns
// stable: v1.10 // deprecated: v1.10
// //
// Enable the service proxy to contact external IP addresses. Note this feature is present // Enable the service proxy to contact external IP addresses. Note this feature is present
// only for backward compatability, it will be removed in the 1.11 release. // only for backward compatability, it will be removed in the 1.11 release.
...@@ -283,6 +283,6 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS ...@@ -283,6 +283,6 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
// unintentionally on either side: // unintentionally on either side:
apiextensionsfeatures.CustomResourceValidation: {Default: true, PreRelease: utilfeature.Beta}, apiextensionsfeatures.CustomResourceValidation: {Default: true, PreRelease: utilfeature.Beta},
// backward compatability features that enable backwards compatability but should be removed soon. // features that enable backwards compatability but are scheduled to be removed
ServiceProxyAllowExternalIPs: {Default: false, PreRelease: utilfeature.Beta}, ServiceProxyAllowExternalIPs: {Default: false, PreRelease: utilfeature.Deprecated},
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment