mirror of https://github.com/knative/docs.git
Fix broken formatting in Installing guide (#4917)
* Task1 done “Installing Istio without sidecar injection(Recommended default installation)” added a space before the opening parenthesis. * Task 2 Correct formatting uses the opening tip tag (!!! tip), followed by a new line, and then 4 spaces before the tip text. * Task 4 Task fixed: https://knative.dev/docs/install/uninstall/#uninstalling-optional-serving-extensions Broken numbering in the "TLS with cert-manager" tab. To fix, check for the correct indentation of the code snippet (8 spaces). * Task 5 Task fixed: https://knative.dev/docs/install/uninstall/#uninstalling-optional-eventing-extensions broken numbering in Apace Kafka sink tab. To fix, check for the correct indentation of the code snippet (8 spaces). * Task 3 Task fixed: https://knative.dev/docs/install/upgrade/upgrade-installation-with-operator/#rollback-to-an-earlier-version tab formatting is broken. To fix, indent the lines 126-146 and 150-170 by an extra 4 spaces. * changed the spacing according to the suggestion Co-authored-by: Samia Nneji <snneji@vmware.com> Co-authored-by: Samia Nneji <snneji@vmware.com>
This commit is contained in:
parent
670d4c3c33
commit
a1dcbc66f1
|
@ -159,9 +159,9 @@ all of the pods show a `STATUS` of `Running` or `Completed`:
|
|||
```bash
|
||||
kubectl get pods --namespace istio-system
|
||||
```
|
||||
|
||||
> Tip: You can append the `--watch` flag to the `kubectl get` commands to view
|
||||
> the pod status in realtime. You use `CTRL + C` to exit watch mode.
|
||||
!!! tip
|
||||
You can append the `--watch` flag to the `kubectl get` commands to view
|
||||
the pod status in realtime. You use `CTRL + C` to exit watch mode.
|
||||
|
||||
### Configuring DNS
|
||||
|
||||
|
|
Loading…
Reference in New Issue