Kubernetes nodeSelector
Contents
Add label to the Node
Commands
Add label to node command structure
|
|
Name | Example |
---|---|
[node-name] | node-1 |
[label-key] | size |
[label-value] | Large |
Add label to node command
|
|
Select the Node in PODSpec
pod-definition.yml
|
|
|
|
Add label to node command structure
|
|
Name | Example |
---|---|
[node-name] | node-1 |
[label-key] | size |
[label-value] | Large |
Add label to node command
|
|
pod-definition.yml
|
|
|
|