spec: affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 preference: matchExpressions: - key: easycorp.io/cpu-spec operator: Gt values: - "7" containers: - name: docker volumeMounts: - mountPath: /var/run/docker.sock name: docker-socket volumes: - name: docker-socket hostPath: path: /var/run/docker.sock type: Socket