github.com/cilium/cilium@v1.16.2/test/vtep/busybox-master.yaml (about)

     1  #kubectl label node kind-control-plane  dedicated=master
     2  ##kubectl taint nodes --all node-role.kubernetes.io/master-
     3  apiVersion: v1
     4  kind: Pod
     5  metadata:
     6    name: busybox-master
     7    labels:
     8      app: busybox
     9  spec:
    10    nodeSelector:
    11      dedicated: master
    12    containers:
    13    - name: busybox
    14      image: cgr.dev/chainguard/busybox:latest
    15      imagePullPolicy: IfNotPresent
    16      command: ['sh', '-c', 'echo Container 1 is Running ; sleep 3600']