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
19fc7742
Commit
19fc7742
authored
Nov 30, 2017
by
m1093782566
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
declare ipvs proxier beta
parent
072c98ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
kube_features.go
pkg/features/kube_features.go
+7
-7
No files found.
pkg/features/kube_features.go
View file @
19fc7742
...
@@ -140,12 +140,6 @@ const (
...
@@ -140,12 +140,6 @@ const (
// 'MemoryPressure', 'OutOfDisk' and 'DiskPressure'.
// 'MemoryPressure', 'OutOfDisk' and 'DiskPressure'.
TaintNodesByCondition
utilfeature
.
Feature
=
"TaintNodesByCondition"
TaintNodesByCondition
utilfeature
.
Feature
=
"TaintNodesByCondition"
// owner: @haibinxie
// alpha: v1.8
//
// Implement IPVS-based in-cluster service load balancing
SupportIPVSProxyMode
utilfeature
.
Feature
=
"SupportIPVSProxyMode"
// owner: @jsafrane
// owner: @jsafrane
// alpha: v1.8
// alpha: v1.8
//
//
...
@@ -212,6 +206,12 @@ const (
...
@@ -212,6 +206,12 @@ const (
//
//
// Enable resource limits priority function
// Enable resource limits priority function
ResourceLimitsPriorityFunction
utilfeature
.
Feature
=
"ResourceLimitsPriorityFunction"
ResourceLimitsPriorityFunction
utilfeature
.
Feature
=
"ResourceLimitsPriorityFunction"
// owner: @m1093782566
// beta: v1.9
//
// Implement IPVS-based in-cluster service load balancing
SupportIPVSProxyMode
utilfeature
.
Feature
=
"SupportIPVSProxyMode"
)
)
func
init
()
{
func
init
()
{
...
@@ -251,6 +251,7 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
...
@@ -251,6 +251,7 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
BlockVolume
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
BlockVolume
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
PVCProtection
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
PVCProtection
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
ResourceLimitsPriorityFunction
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
ResourceLimitsPriorityFunction
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
SupportIPVSProxyMode
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Beta
},
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side:
// unintentionally on either side:
...
@@ -263,5 +264,4 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
...
@@ -263,5 +264,4 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
// inherited features from apiextensions-apiserver, relisted here to get a conflict if it is changed
// inherited features from apiextensions-apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side:
// unintentionally on either side:
apiextensionsfeatures
.
CustomResourceValidation
:
{
Default
:
true
,
PreRelease
:
utilfeature
.
Beta
},
apiextensionsfeatures
.
CustomResourceValidation
:
{
Default
:
true
,
PreRelease
:
utilfeature
.
Beta
},
SupportIPVSProxyMode
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
}
}
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