Merge pull request #26472 from kbhawkey/cleanup-usage-just

clean up use of word: just
This commit is contained in:
Kubernetes Prow Robot
2021-03-26 04:34:43 -07:00
committed by GitHub
81 changed files with 130 additions and 148 deletions
+2 -2
View File
@@ -152,7 +152,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/).
The application code inside the image `k8s.gcr.io/echoserver` only listens on TCP port 8080. If you used
`kubectl expose` to expose a different port, clients could not connect to that other port.
2. View the Service you just created:
2. View the Service you created:
```shell
kubectl get services
@@ -227,7 +227,7 @@ The minikube tool includes a set of built-in {{< glossary_tooltip text="addons"
metrics-server was successfully enabled
```
3. View the Pod and Service you just created:
3. View the Pod and Service you created:
```shell
kubectl get pod,svc -n kube-system