update args (#9856) (#9871)

Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
Co-authored-by: DRAGON2002 <81813720+XDRAGON2002@users.noreply.github.com>
This commit is contained in:
Kenichi Omichi
2023-03-09 15:12:00 +09:00
committed by GitHub
parent 0634be4c88
commit 3f41d8b274
2 changed files with 8 additions and 12 deletions

View File

@@ -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" - "--ca-reuse-secret=true"
- "--hubble-ca-secret-name=hubble-ca-secret" - "--ca-secret-name=hubble-ca-secret"
- "--hubble-ca-generate=true" - "--ca-generate=true"
- "--hubble-ca-validity-duration=94608000s" - "--ca-validity-duration=94608000s"
- "--hubble-ca-config-map-create=true"
- "--hubble-ca-config-map-name=hubble-ca-cert"
- "--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"

View File

@@ -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" - "--ca-reuse-secret=true"
- "--hubble-ca-secret-name=hubble-ca-secret" - "--ca-secret-name=hubble-ca-secret"
- "--hubble-ca-generate=true" - "--ca-generate=true"
- "--hubble-ca-validity-duration=94608000s" - "--ca-validity-duration=94608000s"
- "--hubble-ca-config-map-create=true"
- "--hubble-ca-config-map-name=hubble-ca-cert"
- "--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"