remove remote access to insecure port

pull/233/head
Kelsey Hightower 2017-10-02 06:46:01 -07:00
parent ede3437ee8
commit 765c1fb5fa
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ gcloud -q compute forwarding-rules delete kubernetes-forwarding-rule \
gcloud -q compute target-pools delete kubernetes-target-pool
```
```
gcloud -q compute http-health-checks delete kube-apiserver-health-check
```
Delete the `kubernetes-the-hard-way` static IP address:
```