Skip to content

Commit ac7883c

Browse files
authored
Merge pull request #121555 from LavredisG/main
Update quick-kubernetes-deploy-portal.md
2 parents 5677a0c + 4ed5b37 commit ac7883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-kubernetes-deploy-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ To deploy the application, you use a manifest file to create all the objects req
400400
401401
When the application runs, a Kubernetes service exposes the application front end to the internet. This process can take a few minutes to complete.
402402
403-
1. Check the status of the deployed pods using the [kubectl get pods][kubectl-get] command. Make all pods are `Running` before proceeding.
403+
1. Check the status of the deployed pods using the [kubectl get pods][kubectl-get] command. Make sure all pods are `Running` before proceeding.
404404
405405
```console
406406
kubectl get pods

0 commit comments

Comments
 (0)