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: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
2961
+
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
2962
2962
# The `ca` is the root certificate authority of the PKI.
2963
2963
ca:
2964
2964
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -3644,7 +3644,7 @@ EtcdConfig represents the etcd configuration options.
3644
3644
{{< highlight yaml >}}
3645
3645
cluster:
3646
3646
etcd:
3647
-
image: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
3647
+
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
3648
3648
# The `ca` is the root certificate authority of the PKI.
3649
3649
ca:
3650
3650
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -3662,7 +3662,7 @@ cluster:
3662
3662
| Field | Type | Description | Value(s) |
3663
3663
|-------|------|-------------|----------|
3664
3664
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
3665
-
image: gcr.io/etcd-development/etcd:v3.5.13
3665
+
image: gcr.io/etcd-development/etcd:v3.5.14
3666
3666
{{< /highlight >}}</details> | |
3667
3667
|`ca` |PEMEncodedCertificateAndKey |<details><summary>The `ca` is the root certificate authority of the PKI.</summary>It is composed of a base64 encoded `crt` and `key`.</details> <details><summary>Show example(s)</summary>{{< highlight yaml >}}
0 commit comments