Skip to content

Commit 4ed5b37

Browse files
authored
Update quick-kubernetes-deploy-portal.md
Adds missing word
1 parent 1ba4909 commit 4ed5b37

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)