Notes About Server In admin.conf (#6854)

* Add note about changing private IP in admin.conf.

When I run kubespray, a load balancer is created which should be used instead of the ip of the controller node.

* Procedure to find load balancer and update admin.conf

When I run kubespray, a load balancer is used instead of the private ip of the controller.
This commit is contained in:
David Medinets
2020-10-28 21:30:59 -04:00
committed by GitHub
parent c25d624524
commit 102fb94524
2 changed files with 36 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ host and can optionally be configured on your ansible host by setting
- If `kubeconfig_localhost` enabled `admin.conf` will appear in the `inventory/mycluster/artifacts/` directory after deployment.
- The location where these files are downloaded to can be configured via the `artifacts_dir` variable.
NOTE: The controller host name in the admin.conf file might be a private IP. If so, change it to use the controller's public IP or the cluster's load balancer.
You can see a list of nodes by running the following commands:
```ShellSession