1 2 3 4 5 6 7 8 9 10 11
apiVersion: v1 kind: Pod spec: containers: - name: fedora-amd64 image: fedora command: - cat tty: true nodeSelector: kubernetes.io/arch: "amd64"