doc: Add reminder to have https in api_root

api_root defaults to http://localhost:8080. In the section about https
configuration we give directions to set the client side ssl certificate
and key, but do not mention api_root, which could lead forgetful people
to mistakes if they don't have the url properly set with https and the
corresponding encrypted port.

Change-Id: I261984ebaf7a91875030b68234594ccffc482c3e
Related-Bug: #1670346
This commit is contained in:
Antoni Segura Puimedon 2017-03-22 11:26:11 +01:00 committed by Irena Berezovsky
parent be6f9b576e
commit 7faabe1d6a
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ How to watch K8S api-server over HTTPS :
Add absolute path of client side cert file and key file for K8S server in kuryr.conf::
[kubernetes]
api_root = https://your_server_address:server_ssl_port
ssl_client_crt_file = <absolute file path eg. /etc/kubernetes/admin.crt>
ssl_client_key_file = <absolute file path eg. /etc/kubernetes/admin.key>