Difference between revisions of "Kubectl taint"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
  your-namespace        22s        Warning  [[FailedScheduling]]                  pod/your_elasticsearch-master-1                                          0/8 nodes are available: 1 [[Insufficient cpu]], 1 node(s) had taint {risk: etl}, that the pod didn't tolerate, 1 node(s) were unschedulable, 3 node(s) had [[taint]] {NAME: run-your-command}, that the pod didn't tolerate, 7 node(s) had [[volume node affinity conflict]].
 
  your-namespace        22s        Warning  [[FailedScheduling]]                  pod/your_elasticsearch-master-1                                          0/8 nodes are available: 1 [[Insufficient cpu]], 1 node(s) had taint {risk: etl}, that the pod didn't tolerate, 1 node(s) were unschedulable, 3 node(s) had [[taint]] {NAME: run-your-command}, that the pod didn't tolerate, 7 node(s) had [[volume node affinity conflict]].
  
 +
== Related ==
 +
* <code>[[terraform untaint]]</code>
 +
* <code>[[tolerations:]]</code>
  
{{kubectl}}
+
== See also ==
 +
* {{kubectl taint}}
 +
 
 +
[[Category:kubectl]]

Latest revision as of 20:04, 1 March 2023

kubectl taint nodes
kubectl get events
your-namespace         22s         Warning   FailedScheduling                  pod/your_elasticsearch-master-1                                          0/8 nodes are available: 1 Insufficient cpu, 1 node(s) had taint {risk: etl}, that the pod didn't tolerate, 1 node(s) were unschedulable, 3 node(s) had taint {NAME: run-your-command}, that the pod didn't tolerate, 7 node(s) had volume node affinity conflict.

Related[edit]

See also[edit]

Advertising: