Merge pull request #21946 from lukewendling/patch-1

Correct wordpress service command output
This commit is contained in:
Kubernetes Prow Robot
2020-06-21 05:28:39 -07:00
committed by GitHub
@@ -191,7 +191,7 @@ Now you can verify that all objects exist.
```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress ClusterIP 10.0.0.89 <pending> 80:32406/TCP 4m
wordpress LoadBalancer 10.0.0.89 <pending> 80:32406/TCP 4m
```
{{< note >}}