Kubernetes Node Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Kubernetes Operations =Overview= =List all Pods on a Specific Node= {{Internal|Kubernetes_Pod_Operations#List_all_Pods...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
=List all Pods on a Specific Node= | =List all Pods on a Specific Node= | ||
{{Internal|Kubernetes_Pod_Operations#List_all_Pods_on_a_Specific_Node|Kubernetes Pod Operations | List all Pods on a Specific Node}} | {{Internal|Kubernetes_Pod_Operations#List_all_Pods_on_a_Specific_Node|Kubernetes Pod Operations | List all Pods on a Specific Node}} | ||
=Apply a Label to a Node= | |||
<syntaxhighlight lang='bash'> | |||
kubectl label node ip-172-01-01-01.us-west-2.compute.internal color=blue | |||
</syntaxhighlight> |
Latest revision as of 19:30, 17 May 2022
Internal
Overview
List all Pods on a Specific Node
Apply a Label to a Node
kubectl label node ip-172-01-01-01.us-west-2.compute.internal color=blue