Skip to content

Commit 1fb30df

Browse files
authored
Consistent indentation and use of full resource names and flags
1 parent 21066cc commit 1fb30df

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/jupyterhub/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ can try with `nano config.yaml`.
133133
is available like in the example output.
134134

135135
```
136-
kubectl --namespace=<k8s-namespace> get svc proxy-public
136+
kubectl --namespace <k8s-namespace> get service proxy-public
137137
```
138138

139139
```
@@ -144,7 +144,7 @@ can try with `nano config.yaml`.
144144
Or, use the short form:
145145

146146
```
147-
kubectl -n <k8s-namespace> get svc proxy-public -o jsonpath='{.status.loadBalancer.ingress[].ip}'
147+
kubectl --namespace <k8s-namespace> get service proxy-public --output jsonpath='{.status.loadBalancer.ingress[].ip}'
148148
```
149149

150150
6. To use JupyterHub, enter the external IP for the `proxy-public` service in

docs/source/kubernetes/microsoft/step-zero-azure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
246246
--query [0].name \
247247
--output tsv)
248248
az aks nodepool update \
249-
--name $SP_POOLNAME \
250-
--cluster-name <CLUSTER-NAME> \
251-
--resource-group <RESOURCE-GROUP-NAME> \
252-
--enable-cluster-autoscaler \
253-
--min-count <DESIRED-MINIMUM-COUNT> \
254-
--max-count <DESIRED-MAXIMUM-COUNT>
249+
--name $SP_POOLNAME \
250+
--cluster-name <CLUSTER-NAME> \
251+
--resource-group <RESOURCE-GROUP-NAME> \
252+
--enable-cluster-autoscaler \
253+
--min-count <DESIRED-MINIMUM-COUNT> \
254+
--max-count <DESIRED-MAXIMUM-COUNT>
255255
```
256256

257257
or update the parameters with `--update-cluster-autoscaler`.

0 commit comments

Comments
 (0)