Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENDOC-467 Apply PR feedback. #491

Merged
merged 1 commit into from
Apr 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vuepress/docs/next/tutorials/getting-started/gke-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-ad
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud/deploy.yaml
```

3. Get the external IP address for your ingress controller, e.g. the EXTERNAL-IP value of `nginx-ingress-controller`, once the ingress-nginx pods are all running. Use Ctrl+C to exit the command once the EXTERNAL-IP is displayed.
3. Get the external IP address for your ingress controller, e.g. the EXTERNAL-IP value of `nginx-ingress-controller`, once the ingress-nginx pods are all running. Use `Ctrl+C` to exit the command once the EXTERNAL-IP is displayed.

```sh
kubectl get service -n ingress-nginx --watch
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
e.g. _ingressHostName: 20.120.54.243.nip.io_

## Deploy Your Entando Application
You can now deploy your application to your GKE cluster
You can now deploy your application to your GKE cluster.

1. Deploy the Entando Application
```sh
Expand Down Expand Up @@ -201,7 +201,7 @@ standard (default) kubernetes.io/gce-pd Delete
standard-rwo pd.csi.storage.gke.io Delete WaitForFirstConsumer true 27h
```

8. Add these two variables to your operator ConfigMap:
8. Add these two variables to your operator `ConfigMap`:
```
entando.k8s.operator.default.clustered.storage.class: "nfs-client"
entando.k8s.operator.default.non.clustered.storage.class: "standard"
Expand Down