Skip to content

Commit 8db0280

Browse files
markvinczekelseyhightower
authored andcommitted
Fix small typo
1 parent a5c83f1 commit 8db0280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/08-bootstrapping-kubernetes-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sudo mkdir -p /var/lib/kubernetes/
4444
sudo mv ca.pem ca-key.pem kubernetes-key.pem kubernetes.pem encryption-config.yaml /var/lib/kubernetes/
4545
```
4646

47-
The instance internal IP address will be used advertise the API Server to members of the cluster. Retrieve the internal IP address for the current compute instance:
47+
The instance internal IP address will be used to advertise the API Server to members of the cluster. Retrieve the internal IP address for the current compute instance:
4848

4949
```
5050
INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \

0 commit comments

Comments
 (0)