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:
Robert Schäfer 2019-02-08 15:48:20 +01:00
parent 6aea79608e
commit 7e4a616a7a
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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: