mirror of https://github.com/kubernetes/kops.git
Update to etcd-manager v3.0.20220203
Relevant changes: * Only emit GOMAXPROCS if non-zero [justinsb](https://github.com/justinsb) [284](https://github.com/kubernetes-sigs/etcdadm/pull/284) * Set ETCD_STRICT_RECONFIG_CHECK [justinsb](https://github.com/justinsb) [286](https://github.com/kubernetes-sigs/etcdadm/pull/286) * environment: ignore empty lines when converting to map [justinsb](https://github.com/justinsb) [285](https://github.com/kubernetes-sigs/etcdadm/pull/285) * Fix ipv6 detection [olemarkus](https://github.com/olemarkus) [291](https://github.com/kubernetes-sigs/etcdadm/pull/291) * Test for nil in to not found check [olemarkus](https://github.com/olemarkus) [292](https://github.com/kubernetes-sigs/etcdadm/pull/292)
This commit is contained in:
parent
56dd0136cb
commit
97b7b90226
|
@ -178,7 +178,7 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/k8s-staging-etcdadm/etcd-manager:v3.0.20220128-22-g09fbed34
|
||||
- image: k8s.gcr.io/etcdadm/etcd-manager:v3.0.20220203
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in New Issue