diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-07 07:39:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-07 07:39:14 +0000 |
commit | 858566a502e63459f4136fe6cea7490484089997 (patch) | |
tree | cbfe8e241a1a8f6dfd157de55d947e5ca15ba2a5 /docs/oom_quickstart_guide.rst | |
parent | 1364704d13eb442dc398fb7e3f1325e5098ff541 (diff) | |
parent | 6f236159162c352c775316ea88614f3e377de607 (diff) |
Merge changes I0947c006,I73f799d9
* changes:
DOC howto setup ingress on the Kubernetes cluster
Ingress quick start guide notice
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 565c43f467..364f14e923 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -193,6 +193,10 @@ All override files may be customized (or replaced by other overrides) as per nee `onap-all.yaml` Enables the modules in the ONAP deployment. As ONAP is very modular, it is possible to customize ONAP and disable some components through this configuration file. +`onap-all-ingress-nginx-vhost.yaml` + Alternative version of the `onap-all.yaml` but with global ingress controller enabled. It requires the cluster configured with the nginx ingress controller and load balancer. + Please use this file instad `onap-all.yaml` if you want to use experimental ingress controller feature. + `environment.yaml` Includes configuration values specific to the deployment environment. |