Skip to content
Snippets Groups Projects
Unverified Commit 6ca89c80 authored by cleverhu's avatar cleverhu Committed by GitHub
Browse files

fix error link kubernetes url (#9475)

parent 7fe0b87d
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ kubectl logs $POD_NAME ...@@ -466,7 +466,7 @@ kubectl logs $POD_NAME
#### Exec #### Exec
In this section you will verify the ability to [execute commands in a container](https://kubernetes.io/docs/tasks/debug-application-cluster/get-shell-running-container/#running-individual-commands-in-a-container). In this section you will verify the ability to [execute commands in a container](https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/#running-individual-commands-in-a-container).
Print the nginx version by executing the `nginx -v` command in the `nginx` container: Print the nginx version by executing the `nginx -v` command in the `nginx` container:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment