Skip to content

Instantly share code, notes, and snippets.

View hgautam's full-sized avatar

Himanshu Gautam hgautam

View GitHub Profile
@hgautam
hgautam / values.yml
Last active February 21, 2023 15:32
Jenkins Helm install values.yaml
controller:
tag: "alpine"
componentName: "jenkins-controller"
image: "jenkins/jenkins"
imagePullPolicy: "Always"
serviceType: ClusterIP
installPlugins:
- durable-task:latest
- workflow-durable-task-step:latest
- blueocean:latest

List compute disks:

  • gcloud compute disks list

Delete the disks:

  • gcloud compute disks delete --quiet --zone us-central1-a

Note: Disk name should include following string as part of its name: gke-lfs268-lab. Default zone is us-central1-a.