aboutsummaryrefslogtreecommitdiffstats
path: root/fedora-amd64.yaml
blob: f991ec0a74000bde1b2d799e7002e70d2564011a (plain)
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"