You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1136
+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
1137
1137
# The `ca` is the root certificate authority of the PKI.
1138
1138
ca:
1139
1139
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1918,7 +1918,7 @@ EtcdConfig represents the etcd configuration options.
1918
1918
{{< highlight yaml >}}
1919
1919
cluster:
1920
1920
etcd:
1921
-
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1921
+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
1922
1922
# The `ca` is the root certificate authority of the PKI.
1923
1923
ca:
1924
1924
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1936,7 +1936,7 @@ cluster:
1936
1936
| Field | Type | Description | Value(s) |
1937
1937
|-------|------|-------------|----------|
1938
1938
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
1939
-
image: registry.k8s.io/etcd:v3.6.7
1939
+
image: registry.k8s.io/etcd:v3.6.8
1940
1940
{{< /highlight >}}</details> | |
1941
1941
|`ca` |PEMEncodedCertificateAndKey |The `ca` is the root certificate authority of the PKI.<br>It is composed of a base64 encoded `crt` and `key`. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
0 commit comments