From d7be42af1ea3519e4738efa5ce5acbf7bf6af4ce Mon Sep 17 00:00:00 2001 From: Hongliang Liu <75655411+hongliangl@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:09:42 +0800 Subject: [PATCH] Fix typo in yaml files (#5346) Signed-off-by: Hongliang Liu --- build/charts/antrea/conf/antrea-agent.conf | 2 +- build/yamls/antrea-aks.yml | 6 +++--- build/yamls/antrea-eks.yml | 6 +++--- build/yamls/antrea-gke.yml | 6 +++--- build/yamls/antrea-ipsec.yml | 6 +++--- build/yamls/antrea.yml | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/build/charts/antrea/conf/antrea-agent.conf b/build/charts/antrea/conf/antrea-agent.conf index 23d9c2d4aae..e8b2ed9b2a5 100644 --- a/build/charts/antrea/conf/antrea-agent.conf +++ b/build/charts/antrea/conf/antrea-agent.conf @@ -347,7 +347,7 @@ antreaProxy: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: {{ .proxyLoadBalancerIPs }} # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, diff --git a/build/yamls/antrea-aks.yml b/build/yamls/antrea-aks.yml index 705bc170f85..1d6237f08b3 100644 --- a/build/yamls/antrea-aks.yml +++ b/build/yamls/antrea-aks.yml @@ -5776,7 +5776,7 @@ data: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: true # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, @@ -6818,7 +6818,7 @@ spec: kubectl.kubernetes.io/default-container: antrea-agent # Automatically restart Pods with a RollingUpdate if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0c6450f352aca27be5109114dd79c2d95907f6ffc535ea93eb3e3c237fd53c81 + checksum/config: e982ae7bedfa361f13e134516243f3c8d566b9297abc58f51c9cd1b637739790 labels: app: antrea component: antrea-agent @@ -7059,7 +7059,7 @@ spec: annotations: # Automatically restart Pod if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0c6450f352aca27be5109114dd79c2d95907f6ffc535ea93eb3e3c237fd53c81 + checksum/config: e982ae7bedfa361f13e134516243f3c8d566b9297abc58f51c9cd1b637739790 labels: app: antrea component: antrea-controller diff --git a/build/yamls/antrea-eks.yml b/build/yamls/antrea-eks.yml index 23e96f8d5fd..c4b587323c5 100644 --- a/build/yamls/antrea-eks.yml +++ b/build/yamls/antrea-eks.yml @@ -5776,7 +5776,7 @@ data: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: true # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, @@ -6818,7 +6818,7 @@ spec: kubectl.kubernetes.io/default-container: antrea-agent # Automatically restart Pods with a RollingUpdate if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0c6450f352aca27be5109114dd79c2d95907f6ffc535ea93eb3e3c237fd53c81 + checksum/config: e982ae7bedfa361f13e134516243f3c8d566b9297abc58f51c9cd1b637739790 labels: app: antrea component: antrea-agent @@ -7060,7 +7060,7 @@ spec: annotations: # Automatically restart Pod if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0c6450f352aca27be5109114dd79c2d95907f6ffc535ea93eb3e3c237fd53c81 + checksum/config: e982ae7bedfa361f13e134516243f3c8d566b9297abc58f51c9cd1b637739790 labels: app: antrea component: antrea-controller diff --git a/build/yamls/antrea-gke.yml b/build/yamls/antrea-gke.yml index 3b83d0ab324..e7429fb773a 100644 --- a/build/yamls/antrea-gke.yml +++ b/build/yamls/antrea-gke.yml @@ -5776,7 +5776,7 @@ data: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: true # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, @@ -6818,7 +6818,7 @@ spec: kubectl.kubernetes.io/default-container: antrea-agent # Automatically restart Pods with a RollingUpdate if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0d484f5c68ab13d063a16030dd597ba786d6f1d789e10afc585617f5fd030bb0 + checksum/config: 977cc5c6179f9ac01800457f4549f2783876dd94f2eaf165085808b742019cc1 labels: app: antrea component: antrea-agent @@ -7057,7 +7057,7 @@ spec: annotations: # Automatically restart Pod if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 0d484f5c68ab13d063a16030dd597ba786d6f1d789e10afc585617f5fd030bb0 + checksum/config: 977cc5c6179f9ac01800457f4549f2783876dd94f2eaf165085808b742019cc1 labels: app: antrea component: antrea-controller diff --git a/build/yamls/antrea-ipsec.yml b/build/yamls/antrea-ipsec.yml index f29f4af73d0..11cfa843ba6 100644 --- a/build/yamls/antrea-ipsec.yml +++ b/build/yamls/antrea-ipsec.yml @@ -5789,7 +5789,7 @@ data: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: true # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, @@ -6831,7 +6831,7 @@ spec: kubectl.kubernetes.io/default-container: antrea-agent # Automatically restart Pods with a RollingUpdate if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 8112dfd2bdeb470b13327fb1f9ec81f325038749bcf91b8c5852709ed789267b + checksum/config: 754b9e45b24d9a03a6be907d1dda1966a84598841e871bfa624932e11aeb739f checksum/ipsec-secret: d0eb9c52d0cd4311b6d252a951126bf9bea27ec05590bed8a394f0f792dcb2a4 labels: app: antrea @@ -7116,7 +7116,7 @@ spec: annotations: # Automatically restart Pod if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 8112dfd2bdeb470b13327fb1f9ec81f325038749bcf91b8c5852709ed789267b + checksum/config: 754b9e45b24d9a03a6be907d1dda1966a84598841e871bfa624932e11aeb739f labels: app: antrea component: antrea-controller diff --git a/build/yamls/antrea.yml b/build/yamls/antrea.yml index 8a5cb038337..9ca402b0088 100644 --- a/build/yamls/antrea.yml +++ b/build/yamls/antrea.yml @@ -5776,7 +5776,7 @@ data: # capabilities (e.g. TLS termination) and it is desirable for Pod-to-ExternalIP traffic to be sent to the # external LoadBalancer instead of being load-balanced to an Endpoint directly by AntreaProxy. # Note that setting ProxyLoadBalancerIPs to false usually only makes sense when ProxyAll is set to true and - # kube-proxy is removed from the cluser, otherwise kube-proxy will still load-balance this traffic. + # kube-proxy is removed from the cluster, otherwise kube-proxy will still load-balance this traffic. proxyLoadBalancerIPs: true # The value of the "service.kubernetes.io/service-proxy-name" label for AntreaProxy to match. If it is set, # then AntreaProxy will only handle Services with the label that equals the provided value. If it is not set, @@ -6818,7 +6818,7 @@ spec: kubectl.kubernetes.io/default-container: antrea-agent # Automatically restart Pods with a RollingUpdate if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 79fc8296df5258525c48b088ec5ce71f6c7dad28169071408a29324dee10061c + checksum/config: 7218db7d40a2ba0043ebc518f71ed1e5c38a715360a732492ae762964e11c884 labels: app: antrea component: antrea-agent @@ -7057,7 +7057,7 @@ spec: annotations: # Automatically restart Pod if the ConfigMap changes # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments - checksum/config: 79fc8296df5258525c48b088ec5ce71f6c7dad28169071408a29324dee10061c + checksum/config: 7218db7d40a2ba0043ebc518f71ed1e5c38a715360a732492ae762964e11c884 labels: app: antrea component: antrea-controller