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
ed28695d
Commit
ed28695d
authored
Mar 09, 2017
by
Guangya Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated comments for TaintBasedEvictions.
parent
6fac75c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
known-flags.txt
hack/verify-flags/known-flags.txt
+0
-2
well_known_labels.go
...k8s.io/apimachinery/pkg/apis/meta/v1/well_known_labels.go
+2
-2
No files found.
hack/verify-flags/known-flags.txt
View file @
ed28695d
...
...
@@ -680,11 +680,9 @@ upgrade-target
use-kubernetes-cluster-service
use-kubernetes-version
use-service-account-credentials
use-taint-based-evictions
user-whitelist
use-service-account-credentials
use-service-account-credentials
use-taint-based-evictions
verb
verify-only
versioned-clientset-package
...
...
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/well_known_labels.go
View file @
ed28695d
...
...
@@ -34,12 +34,12 @@ const (
// fluentd in not running as a manifest pod with LabelFluentdDsReady.
LabelFluentdDsReady
=
"alpha.kubernetes.io/fluentd-ds-ready"
// When
the --use-taint-based-evictions
flag is enabled,
// When
feature-gate for TaintBasedEvictions=true
flag is enabled,
// TaintNodeNotReady would be automatically added by node controller
// when node is not ready, and removed when node becomes ready.
TaintNodeNotReady
=
"node.alpha.kubernetes.io/notReady"
// When
the --use-taint-based-evictions
flag is enabled,
// When
feature-gate for TaintBasedEvictions=true
flag is enabled,
// TaintNodeUnreachable would be automatically added by node controller
// when node becomes unreachable (corresponding to NodeReady status ConditionUnknown)
// and removed when node becomes reachable (NodeReady status ConditionTrue).
...
...
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