Browse Source
update args (#9856)
Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
pull/9849/head
DRAGON2002
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
12 deletions
-
roles/network_plugin/cilium/templates/hubble/cronjob.yml.j2
-
roles/network_plugin/cilium/templates/hubble/job.yml.j2
|
@ -30,12 +30,10 @@ spec: |
|
|
# the values used in past runs by inspecting the completed pod. |
|
|
# the values used in past runs by inspecting the completed pod. |
|
|
args: |
|
|
args: |
|
|
- "--cilium-namespace=kube-system" |
|
|
- "--cilium-namespace=kube-system" |
|
|
- "--hubble-ca-reuse-secret=true" |
|
|
|
|
|
- "--hubble-ca-secret-name=hubble-ca-secret" |
|
|
|
|
|
- "--hubble-ca-generate=true" |
|
|
|
|
|
- "--hubble-ca-validity-duration=94608000s" |
|
|
|
|
|
- "--hubble-ca-config-map-create=true" |
|
|
|
|
|
- "--hubble-ca-config-map-name=hubble-ca-cert" |
|
|
|
|
|
|
|
|
- "--ca-reuse-secret=true" |
|
|
|
|
|
- "--ca-secret-name=hubble-ca-secret" |
|
|
|
|
|
- "--ca-generate=true" |
|
|
|
|
|
- "--ca-validity-duration=94608000s" |
|
|
- "--hubble-server-cert-generate=true" |
|
|
- "--hubble-server-cert-generate=true" |
|
|
- "--hubble-server-cert-common-name=*.{{ cilium_cluster_name }}.hubble-grpc.cilium.io" |
|
|
- "--hubble-server-cert-common-name=*.{{ cilium_cluster_name }}.hubble-grpc.cilium.io" |
|
|
- "--hubble-server-cert-validity-duration=94608000s" |
|
|
- "--hubble-server-cert-validity-duration=94608000s" |
|
|
|
@ -26,12 +26,10 @@ spec: |
|
|
# the values used in past runs by inspecting the completed pod. |
|
|
# the values used in past runs by inspecting the completed pod. |
|
|
args: |
|
|
args: |
|
|
- "--cilium-namespace=kube-system" |
|
|
- "--cilium-namespace=kube-system" |
|
|
- "--hubble-ca-reuse-secret=true" |
|
|
|
|
|
- "--hubble-ca-secret-name=hubble-ca-secret" |
|
|
|
|
|
- "--hubble-ca-generate=true" |
|
|
|
|
|
- "--hubble-ca-validity-duration=94608000s" |
|
|
|
|
|
- "--hubble-ca-config-map-create=true" |
|
|
|
|
|
- "--hubble-ca-config-map-name=hubble-ca-cert" |
|
|
|
|
|
|
|
|
- "--ca-reuse-secret=true" |
|
|
|
|
|
- "--ca-secret-name=hubble-ca-secret" |
|
|
|
|
|
- "--ca-generate=true" |
|
|
|
|
|
- "--ca-validity-duration=94608000s" |
|
|
- "--hubble-server-cert-generate=true" |
|
|
- "--hubble-server-cert-generate=true" |
|
|
- "--hubble-server-cert-common-name=*.{{ cilium_cluster_name }}.hubble-grpc.cilium.io" |
|
|
- "--hubble-server-cert-common-name=*.{{ cilium_cluster_name }}.hubble-grpc.cilium.io" |
|
|
- "--hubble-server-cert-validity-duration=94608000s" |
|
|
- "--hubble-server-cert-validity-duration=94608000s" |
|
|