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
f60ffc21
Commit
f60ffc21
authored
Sep 12, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Sep 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #52264 from gmarek/tags
Automatic merge from submit-queue (batch tested with PRs 52264, 51870) fix condition-taint labels Ref. #51246
parents
01a4a600
b152d08b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
well_known_labels.go
plugin/pkg/scheduler/algorithm/well_known_labels.go
+4
-4
No files found.
plugin/pkg/scheduler/algorithm/well_known_labels.go
View file @
f60ffc21
...
@@ -31,22 +31,22 @@ const (
...
@@ -31,22 +31,22 @@ const (
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeOutOfDisk would be automatically added by node controller
// TaintNodeOutOfDisk would be automatically added by node controller
// when node becomes out of disk, and removed when node has enough disk.
// when node becomes out of disk, and removed when node has enough disk.
TaintNodeOutOfDisk
=
"node.kubernetes.io/out
OfD
isk"
TaintNodeOutOfDisk
=
"node.kubernetes.io/out
-of-d
isk"
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeMemoryPressure would be automatically added by node controller
// TaintNodeMemoryPressure would be automatically added by node controller
// when node has memory pressure, and removed when node has enough memory.
// when node has memory pressure, and removed when node has enough memory.
TaintNodeMemoryPressure
=
"node.kubernetes.io/memory
P
ressure"
TaintNodeMemoryPressure
=
"node.kubernetes.io/memory
-p
ressure"
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeDiskPressure would be automatically added by node controller
// TaintNodeDiskPressure would be automatically added by node controller
// when node has disk pressure, and removed when node has enough disk.
// when node has disk pressure, and removed when node has enough disk.
TaintNodeDiskPressure
=
"node.kubernetes.io/disk
P
ressure"
TaintNodeDiskPressure
=
"node.kubernetes.io/disk
-p
ressure"
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeNetworkUnavailable would be automatically added by node controller
// TaintNodeNetworkUnavailable would be automatically added by node controller
// when node's network is unavailable, and removed when network becomes ready.
// when node's network is unavailable, and removed when network becomes ready.
TaintNodeNetworkUnavailable
=
"node.kubernetes.io/network
U
navailable"
TaintNodeNetworkUnavailable
=
"node.kubernetes.io/network
-u
navailable"
// When kubelet is started with the "external" cloud provider, then
// When kubelet is started with the "external" cloud provider, then
// it sets this taint on a node to mark it as unusable, until a controller
// it sets this taint on a node to mark it as unusable, until a controller
...
...
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