Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created January 24, 2023 12:44
Show Gist options
  • Select an option

  • Save arriqaaq/6a0503b804ba48baf7fbf91e4c4926c8 to your computer and use it in GitHub Desktop.

Select an option

Save arriqaaq/6a0503b804ba48baf7fbf91e4c4926c8 to your computer and use it in GitHub Desktop.
config, err := clientcmd.BuildConfigFromFlags("", "~/.kube/config")
if err != nil {
log.Fatal(err)
}
clientset, err := kubernetes.NewForConfig(config)
if err != nil {
log.Fatal(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment