Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marcinantkiewicz/f42390254d299a791a5ea589dc510822 to your computer and use it in GitHub Desktop.

Select an option

Save marcinantkiewicz/f42390254d299a791a5ea589dc510822 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: test-pod
namespace: ${namespace}
spec:
containers:
- image: google/cloud-sdk:slim
name: test-pod
command: ["sleep", "86400"]
serviceAccountName: ${SA_name}
nodeSelector:
iam.gke.io/gke-metadata-server-enabled: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment