apiVersion: v1 kind: Pod spec: containers: - name: google image: google/cloud-sdk #imagePullPolicy: Always # this or any command that is # bascially a noop is required, this is so that you don't overwrite the # entrypoint of the base container command: ["tail", "-f", "/dev/null"] resources: requests: memory: "512M" cpu: "500m"