cleanup based on open issues

This commit is contained in:
Xander Grzywinski
2019-08-26 11:25:00 -07:00
parent 57fc07e8ff
commit 6cff889429
7 changed files with 42 additions and 66 deletions

View File

@@ -13,7 +13,7 @@ Each kubeconfig requires a Kubernetes API Server to connect to. To support high
Retrieve the `kubernetes-the-hard-way` static IP address:
```
KUBERNETES_PUBLIC_ADDRESS=$(az network public-ip show -g kubernetes-the-hard-way -n kubernetes-the-hard-way-ip --output tsv | cut -f6)
KUBERNETES_PUBLIC_ADDRESS=$(az network public-ip show -g kubernetes-the-hard-way -n kubernetes-the-hard-way-ip --query ipAddress --output tsv)
```
### The kubelet Kubernetes Configuration File