mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Git grep for quickstart and replace it
@appinteractive I'm having serious issues with kubernetes and I'm not able to connect with the cluster anymore. If your ``` kubectl get nodes ``` returns anything, could you try out the current deployment README?
This commit is contained in:
parent
6aea79608e
commit
7e4a616a7a
@ -129,7 +129,7 @@ $ kubectl create serviceaccount tiller --namespace=kube-system
|
||||
$ kubectl create clusterrolebinding tiller-admin --serviceaccount=kube-system:tiller --clusterrole=cluster-admin
|
||||
$ helm init --service-account=tiller
|
||||
$ helm repo update
|
||||
$ helm install stable/nginx-ingress --name quickstart
|
||||
$ helm install stable/nginx-ingress
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.6/deploy/manifests/00-crds.yaml
|
||||
$ helm install --name cert-manager --namespace cert-manager stable/cert-manager
|
||||
```
|
||||
|
||||
@ -11,7 +11,7 @@ spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- nitro-master.human-connection.org
|
||||
secretName: quickstart-example-tls
|
||||
secretName: tls
|
||||
rules:
|
||||
- host: nitro-master.human-connection.org
|
||||
http:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user