mirror of https://github.com/kubernetes/kops.git
Update etcd-manager to 3.0.20201202
The important PR we want to pick up is 369, fixing a bug when ListenMetricsURLS is set as an env var. Full changelist: * Release notes for 3.0.20201117 [#364](https://github.com/kopeio/etcd-manager/pull/364) * Fix gofmt [#365](https://github.com/kopeio/etcd-manager/pull/365) * Add gofmt check to github actions [#366](https://github.com/kopeio/etcd-manager/pull/366) * Add boilerplate to tools/deb-tools/main.go [#367](https://github.com/kopeio/etcd-manager/pull/367) * Do not set ListenMetricsURLS [#369](https://github.com/kopeio/etcd-manager/pull/369) * Fix bazel formatting [#370](https://github.com/kopeio/etcd-manager/pull/370)
This commit is contained in:
parent
924ca30354
commit
0ea98a1e87
|
@ -24,7 +24,7 @@ import (
|
|||
"k8s.io/kops/upup/pkg/fi/loader"
|
||||
)
|
||||
|
||||
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20201117"
|
||||
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20201202"
|
||||
|
||||
// EtcdOptionsBuilder adds options for etcd to the model
|
||||
type EtcdOptionsBuilder struct {
|
||||
|
|
|
@ -170,7 +170,7 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
containers:
|
||||
- image: kopeio/etcd-manager:3.0.20201117
|
||||
- image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -80,7 +80,7 @@ Contents:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- mkfifo /tmp/pipe; (tee -a /var/log/etcd.log < /tmp/pipe & ) ; exec /etcd-manager --backup-store=memfs://clusters.example.com/minimal.example.com/backups/etcd-events --client-urls=https://__name__:4002 --cluster-name=etcd-events --containerized=true --dns-suffix=.internal.minimal.example.com --etcd-insecure=true --grpc-port=3997 --insecure=false --peer-urls=https://__name__:2381 --quarantine-client-urls=https://__name__:3995 --v=6 --volume-name-tag=k8s.io/etcd/events --volume-provider=aws --volume-tag=k8s.io/etcd/events --volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned > /tmp/pipe 2>&1
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
@ -139,7 +139,7 @@ Contents:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- mkfifo /tmp/pipe; (tee -a /var/log/etcd.log < /tmp/pipe & ) ; exec /etcd-manager --backup-store=memfs://clusters.example.com/minimal.example.com/backups/etcd-main --client-urls=https://__name__:4001 --cluster-name=etcd --containerized=true --dns-suffix=.internal.minimal.example.com --etcd-insecure=true --grpc-port=3996 --insecure=false --peer-urls=https://__name__:2380 --quarantine-client-urls=https://__name__:3994 --v=6 --volume-name-tag=k8s.io/etcd/main --volume-provider=aws --volume-tag=k8s.io/etcd/main --volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned > /tmp/pipe 2>&1
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -80,7 +80,7 @@ Contents:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- mkfifo /tmp/pipe; (tee -a /var/log/etcd.log < /tmp/pipe & ) ; exec /etcd-manager --backup-store=memfs://clusters.example.com/minimal.example.com/backups/etcd-events --client-urls=https://__name__:4002 --cluster-name=etcd-events --containerized=true --dns-suffix=.internal.minimal.example.com --etcd-insecure=true --grpc-port=3997 --insecure=false --peer-urls=https://__name__:2381 --quarantine-client-urls=https://__name__:3995 --v=6 --volume-name-tag=k8s.io/etcd/events --volume-provider=aws --volume-tag=k8s.io/etcd/events --volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned > /tmp/pipe 2>&1
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
@ -145,7 +145,7 @@ Contents:
|
|||
- /bin/sh
|
||||
- -c
|
||||
- mkfifo /tmp/pipe; (tee -a /var/log/etcd.log < /tmp/pipe & ) ; exec /etcd-manager --backup-store=memfs://clusters.example.com/minimal.example.com/backups/etcd-main --client-urls=https://__name__:4001 --cluster-name=etcd --containerized=true --dns-suffix=.internal.minimal.example.com --etcd-insecure=true --grpc-port=3996 --insecure=false --peer-urls=https://__name__:2380 --quarantine-client-urls=https://__name__:3994 --v=6 --volume-name-tag=k8s.io/etcd/main --volume-provider=aws --volume-tag=k8s.io/etcd/main --volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned > /tmp/pipe 2>&1
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -83,7 +83,7 @@ Contents:
|
|||
env:
|
||||
- name: ETCD_QUOTA_BACKEND_BYTES
|
||||
value: "10737418240"
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
@ -145,7 +145,7 @@ Contents:
|
|||
env:
|
||||
- name: ETCD_QUOTA_BACKEND_BYTES
|
||||
value: "10737418240"
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -89,7 +89,7 @@ Contents:
|
|||
value: http://proxy.example.com
|
||||
- name: no_proxy
|
||||
value: noproxy.example.com
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
@ -163,7 +163,7 @@ Contents:
|
|||
value: http://proxy.example.com
|
||||
- name: no_proxy
|
||||
value: noproxy.example.com
|
||||
image: kopeio/etcd-manager:3.0.20201117
|
||||
image: kopeio/etcd-manager:3.0.20201202
|
||||
name: etcd-manager
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in New Issue