Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ca843ed4
Unverified
Commit
ca843ed4
authored
Jan 26, 2018
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark ServiceProxyAllowExternalIPs feature as deprecated
parent
7336eeab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
kube_features.go
pkg/features/kube_features.go
+3
-3
No files found.
pkg/features/kube_features.go
View file @
ca843ed4
...
@@ -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
},
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment