pod.yaml 229 B

12345678910111213
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: socialstream
  5. spec:
  6. tolerations:
  7. - key: "workstation.cluster.local"
  8. operator: "Equal"
  9. value: "true"
  10. effect: "NoSchedule"
  11. nodeSelector:
  12. kubernetes.io/hostname: kube3