Difference between revisions of "Spec.NodeSelector"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== Activities ==
 
== Activities ==
 +
* [[CKA v1.21: Understand how to use Labels, Selector and Annotations]]
 
* [[CKA v1.18]]: Use [[label]] selectors to [[schedule Pods]]
 
* [[CKA v1.18]]: Use [[label]] selectors to [[schedule Pods]]
 
* [[CKA v1.15: Understand how to use Labels, Selector and Annotations]]
 
* [[CKA v1.15: Understand how to use Labels, Selector and Annotations]]

Revision as of 10:10, 15 July 2022

apiVersion: v1
kind: Pod
metadata:
  name: nginx
  labels:
    env: test
spec:
  containers:
  - name: nginx
    image: nginx
    imagePullPolicy: IfNotPresent
  nodeSelector:
    disktype: ssd

Activities

Related terms

See also

Advertising: