Skip to content

Commit

Permalink
Add bindAddress documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gakio12 committed Sep 7, 2021
1 parent 3307ee0 commit 72f65f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
api:
address: 192.168.68.104
port: 6443
bindAddress: 0.0.0.0
k0sApiPort: 9443
externalAddress: my-lb-address.example.com
sans:
Expand Down Expand Up @@ -112,7 +113,8 @@ spec:
| Element | Description |
|-----------|---------------------------|
| `externalAddress` | The loadbalancer address (for k0s controllers running behind a loadbalancer). Configures all cluster components to connect to this address and also configures this address for use when joining new nodes to the cluster.|
| `address` | Local address on wihich to bind an API. Also serves as one of the addresses pushed on the k0s create service certificate on the API. Defaults to first non-local address found on the node.|
| `address` | Local address on which to bind an API. Also serves as one of the addresses pushed on the k0s create service certificate on the API. Defaults to first non-local address found on the node.|
| `bindAddress` | Local address on which to bind the kube-apiserver. Defaults to 0.0.0.0.|
| `sans` | List of additional addresses to push to API servers serving the certificate.|
| `extraArgs` | Map of key-values (strings) for any extra arguments to pass down to Kubernetes api-server process.|
| `port`¹ | Custom port for kube-api server to listen on (default: 6443)|
Expand Down

0 comments on commit 72f65f0

Please sign in to comment.