Merge pull request #20861 from viniciusbds/patch-1

Update k8s.io/docs/tasks/access-application-cluster/connecting-frontend-backend/
pull/20648/head
Kubernetes Prow Robot 2020-05-09 08:07:51 -07:00 committed by GitHub
commit 7000da5cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -203,6 +203,17 @@ The output shows the message generated by the backend:
{{% /capture %}}
{{% capture cleanup %}}
To delete the Services, enter this command:
kubectl delete services frontend hello
To delete the Deployments, the ReplicaSets and the Pods that are running the backend and frontend applications, enter this command:
kubectl delete deployment frontend hello
{{% /capture %}}
{{% capture whatsnext %}}