Skip to content

Instantly share code, notes, and snippets.

View stoic-coder's full-sized avatar

Ralf Reddemann stoic-coder

View GitHub Profile
# First dump the current ClusterIssuer and Certificates (you'll need the issuer config later).
kubectl get -o yaml --all-namespaces issuer,clusterissuer,certificates > cert-manager-backup.yaml
# Now delete the current cert-manager installation.
kubectl delete deployments test
# Then apply the new CRD:
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.9/deploy/manifests/00-crds.yaml
# Apply the "disable-validation" flag to the namespace.
@stoic-coder
stoic-coder / README.md
Created November 27, 2018 20:34 — forked from superseb/README.md
Deploy kubernetes-dashboard on Rancher 2.0 cluster exposed using NodePort

Deploy kubernetes-dashboard on Rancher 2.0 cluster exposed using NodePort

Requirements

Step 1: Generate kubeconfig from the UI

Generate the kubeconfig file for your cluster using the Kubeconfig File button in the Cluster view of your cluster. Save the generated file as $HOME/.kube/config and run kubectl get nodes to verify it works.