diff options
author | Matthew Jones <matburt@redhat.com> | 2018-01-10 15:39:07 +0100 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2018-01-10 15:39:07 +0100 |
commit | 7ea6d7bf4d0932b6ecde54201ea5ab1d0a554605 (patch) | |
tree | 6c3e9cdc8d0d2732ee60952d528229f530394e30 /INSTALL.md | |
parent | Remove oc command usage from docker registry k8s reference (diff) | |
download | awx-7ea6d7bf4d0932b6ecde54201ea5ab1d0a554605.tar.xz awx-7ea6d7bf4d0932b6ecde54201ea5ab1d0a554605.zip |
Clean up documentation for kubernetes installer
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index a64ca75c17..8da5467f90 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -341,14 +341,14 @@ The deployment process creates an `Ingress` named `awx-web-svc` also. Some kuber ```bash kubectl get ing --namespace awx NAME HOSTS ADDRESS PORTS AGE -awx-web-svc * 35.227.x.y 80 3m +awx-web-svc * 35.227.x.y 80 3m ``` If your provider is able to allocate an IP Address from the Ingress controller then you can navigate to the address and access the AWX interface. For some providers it can take a few minutes to allocate and make this accessible. For other providers it may require you to manually intervene. ### SSL Termination -Unlike Openshift's `Route`. the Kubernetes `Ingress` doesn't yet handle SSL termination. As such the default configuration will only expose AWX through HTTP on port 80. You are responsible for configuring SSL support until support is added (either to Kubernetes or AWX itself). +Unlike Openshift's `Route` the Kubernetes `Ingress` doesn't yet handle SSL termination. As such the default configuration will only expose AWX through HTTP on port 80. You are responsible for configuring SSL support until support is added (either to Kubernetes or AWX itself). ## Docker |