Skip to content

Instantly share code, notes, and snippets.

@superseb
Created January 30, 2019 20:55
Show Gist options
  • Save superseb/acb944e39c0166ec33aa1c43b5c61f8c to your computer and use it in GitHub Desktop.
Save superseb/acb944e39c0166ec33aa1c43b5c61f8c to your computer and use it in GitHub Desktop.
cluster.rkestate to kubeconfig
#!/bin/sh
cat cluster.rkestate | jq -r .desiredState.certificatesBundle.\"kube-admin\".config > kubeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment