summaryrefslogtreecommitdiffstats
path: root/k8s/README.md
diff options
context:
space:
mode:
authorJerzySzachniewicz <jerzy.szachniewicz@nokia.com>2020-12-09 10:11:07 +0100
committerJerzy Szachniewicz <jerzy.szachniewicz@nokia.com>2020-12-10 09:44:35 +0000
commit4b5b14368861b9ca468d79326fabcd2992afb3d0 (patch)
treef4542b4afac5c16828409e59a51b7d0e01dc61c5 /k8s/README.md
parent918f38777a822f764818e1fac3bb9d7e0ea2884a (diff)
Add option to use services with ipv6
Issue-ID: DCAEGEN2-2388 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I34ca694b38e9c3121ec7a0bd95c92071392052d3 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
Diffstat (limited to 'k8s/README.md')
-rw-r--r--k8s/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/k8s/README.md b/k8s/README.md
index e310dee..db97040 100644
--- a/k8s/README.md
+++ b/k8s/README.md
@@ -136,6 +136,17 @@ setting the `<host port>` to 0 will expose the `<container port>` to other compo
ports on the Kubernetes host's external interface. Setting `<host port>` to a non-zero value will expose that port on the external interfaces
of every Kubernetes host in the cluster. (This uses the Kubernetes `NodePort` service type.)
+In dualstack Kubernetes environment, adding parameter ipv6 or ipv4, specify which ip family will be used.
+If ipv6 will be set in only ipv4 Kubernetes cluster, service will use ipv4 instead of declared ipv6.
+
+```yaml
+ports:
+ - concat: ['8000:31000']
+ ipv6: false
+ - concat: ['8000:31001']
+ ipv6: true
+```
+
#### `max_wait`
Integer - seconds to wait for component to become ready before throwing a `NonRecoverableError`. For example: