mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Mark ServiceProxyAllowExternalIPs feature as deprecated
This commit is contained in:
parent
7336eeab8a
commit
ca843ed4ac
@ -169,7 +169,7 @@ const (
|
||||
ServiceNodeExclusion utilfeature.Feature = "ServiceNodeExclusion"
|
||||
|
||||
// owner @brendandburns
|
||||
// stable: v1.10
|
||||
// deprecated: v1.10
|
||||
//
|
||||
// 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.
|
||||
@ -283,6 +283,6 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
|
||||
// unintentionally on either side:
|
||||
apiextensionsfeatures.CustomResourceValidation: {Default: true, PreRelease: utilfeature.Beta},
|
||||
|
||||
// backward compatability features that enable backwards compatability but should be removed soon.
|
||||
ServiceProxyAllowExternalIPs: {Default: false, PreRelease: utilfeature.Beta},
|
||||
// features that enable backwards compatability but are scheduled to be removed
|
||||
ServiceProxyAllowExternalIPs: {Default: false, PreRelease: utilfeature.Deprecated},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user