Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/08-bootstrapping-kubernetes-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The instance internal IP address will be used to advertise the API Server to mem
INTERNAL_IP=$(curl -s http://169.254.169.254/latest/meta-data/local-ipv4)
```

> Note: you may need to set the PUBLICADDRESS environment variable manually.
> Note: you may need to set the PUBLICADDRESS environment variable manually. It should be the public address of the load balancer listener created earlier.

Create the `kube-apiserver.service` systemd unit file:

Expand Down