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
@@ -1994,7 +1994,7 @@ EtcdConfig represents the etcd configuration options.
1994
1994
{{< highlight yaml >}}
1995
1995
cluster:
1996
1996
etcd:
1997
-
image: registry.k8s.io/etcd:v3.6.6 # The container image used to create the etcd service.
1997
+
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1998
1998
# The `ca` is the root certificate authority of the PKI.
1999
1999
ca:
2000
2000
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -2012,7 +2012,7 @@ cluster:
2012
2012
| Field | Type | Description | Value(s) |
2013
2013
|-------|------|-------------|----------|
2014
2014
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2015
-
image: registry.k8s.io/etcd:v3.6.6
2015
+
image: registry.k8s.io/etcd:v3.6.7
2016
2016
{{< /highlight >}}</details> | |
2017
2017
|`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 >}}
2018
2018
ca:
@@ -2040,7 +2040,7 @@ CoreDNS represents the CoreDNS config values.
2040
2040
{{< highlight yaml >}}
2041
2041
cluster:
2042
2042
coreDNS:
2043
-
image: registry.k8s.io/coredns/coredns:v1.13.1 # The `image` field is an override to the default coredns image.
2043
+
image: registry.k8s.io/coredns/coredns:v1.13.2 # The `image` field is an override to the default coredns image.
0 commit comments