Skip to content

Instantly share code, notes, and snippets.

@tungpun
Last active November 29, 2023 10:33
Show Gist options
  • Save tungpun/baed466fee0f0ab1036a34792c2bf94b to your computer and use it in GitHub Desktop.
Save tungpun/baed466fee0f0ab1036a34792c2bf94b to your computer and use it in GitHub Desktop.
google-cloud-cli-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: google-cloud-cli
namespace: test
labels:
app: google-cloud-cli
spec:
containers:
- image: gcr.io/google.com/cloudsdktool/google-cloud-cli:latest
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment