Spec.NodeSelector

From wikieduonline
Revision as of 10:40, 15 December 2022 by Ant (talk | contribs)
Jump to navigation Jump to search


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

kind: Pod

metadata:

  name: nginx

spec:

  nodeName: foo-node # schedule pod to specific node

  containers:

  - name: nginx

    image: nginx

    imagePullPolicy: IfNotPresent


Activities

Related terms

See also

Advertising: