This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Running Monocular with Kind #654
Open
Description
I don't know if anyone is interested but below are the commands that I used to run Monocular on Kind
kind create cluster
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
kubectl create ns monocular
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
helm init --wait
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
helm install --name dev --namespace monocular ./chart/monocular
helm install stable/nginx-ingress
kubectl port-forward ${ingress-controller-pod} 8080:80
Metadata
Assignees
Labels
No labels