Skip to content

Instantly share code, notes, and snippets.

@georgegoh
Created March 29, 2018 02:09
Show Gist options
  • Select an option

  • Save georgegoh/7ea05811e8cd2a7f4c3069071da16be6 to your computer and use it in GitHub Desktop.

Select an option

Save georgegoh/7ea05811e8cd2a7f4c3069071da16be6 to your computer and use it in GitHub Desktop.
Reuse router wildcard cert when deploying kubernetes dashboard
 oc get secret router-certs -o json -n default | jq '.metadata={name:"kubernetes-dashboard-certs", namespace:"kube-system"}' | oc create -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment