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
1ddd5efa
Commit
1ddd5efa
authored
Jan 10, 2018
by
Lee Verberne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create a feature flag for sharing PID namespace
This feature is described in
https://features.k8s.io/495
.
parent
98277ff2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
kube_features.go
pkg/features/kube_features.go
+8
-1
No files found.
pkg/features/kube_features.go
View file @
1ddd5efa
...
@@ -118,11 +118,17 @@ const (
...
@@ -118,11 +118,17 @@ const (
ExpandPersistentVolumes
utilfeature
.
Feature
=
"ExpandPersistentVolumes"
ExpandPersistentVolumes
utilfeature
.
Feature
=
"ExpandPersistentVolumes"
// owner: @verb
// owner: @verb
// alpha: v1.
8
// alpha: v1.
10
//
//
// Allows running a "debug container" in a pod namespaces to troubleshoot a running pod.
// Allows running a "debug container" in a pod namespaces to troubleshoot a running pod.
DebugContainers
utilfeature
.
Feature
=
"DebugContainers"
DebugContainers
utilfeature
.
Feature
=
"DebugContainers"
// owner: @verb
// alpha: v1.10
//
// Allows all containers in a pod to share a process namespace.
PodShareProcessNamespace
utilfeature
.
Feature
=
"PodShareProcessNamespace"
// owner: @bsalamat
// owner: @bsalamat
// alpha: v1.8
// alpha: v1.8
//
//
...
@@ -239,6 +245,7 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
...
@@ -239,6 +245,7 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
LocalStorageCapacityIsolation
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
LocalStorageCapacityIsolation
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
HugePages
:
{
Default
:
true
,
PreRelease
:
utilfeature
.
Beta
},
HugePages
:
{
Default
:
true
,
PreRelease
:
utilfeature
.
Beta
},
DebugContainers
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
DebugContainers
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
PodShareProcessNamespace
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
PodPriority
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
PodPriority
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
EnableEquivalenceClassCache
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
EnableEquivalenceClassCache
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
TaintNodesByCondition
:
{
Default
:
false
,
PreRelease
:
utilfeature
.
Alpha
},
TaintNodesByCondition
:
{
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