Skip to content

Instantly share code, notes, and snippets.

@surajssd
Last active July 27, 2019 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surajssd/6270edae94674d5c474032d6d5f34400 to your computer and use it in GitHub Desktop.
Save surajssd/6270edae94674d5c474032d6d5f34400 to your computer and use it in GitHub Desktop.
start-minikube
kubectl apply -f https://raw.githubusercontent.com/kinvolk/terraform-render-bootkube/kinvolk-master/resources/manifests/psp-restricted.yaml
kubectl apply -f https://raw.githubusercontent.com/kinvolk/terraform-render-bootkube/kinvolk-master/resources/manifests/psp-privileged.yaml
kubectl --namespace kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
helm install --namespace=monitoring --name=my-release --values=values.yaml stable/prometheus-operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment