Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Running Monocular with Kind #654

Open
Scuilion opened this issue Nov 15, 2019 · 0 comments
Open

Running Monocular with Kind #654

Scuilion opened this issue Nov 15, 2019 · 0 comments

Comments

@Scuilion
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant