mirror of https://github.com/kubernetes/kops.git
Update etcd-manager to 20201209
Highlights: * Fix arm64 images, which were built with an incorrect base image. * Initial (experimental) Azure support Full change list: * Update Kops dependency for Azure Blob Storage support [#372](https://github.com/kopeio/etcd-manager/pull/372) * Exclude gazelle from tools/deb-tools [#373](https://github.com/kopeio/etcd-manager/pull/373) * Regenerate bazel in tools/deb-tools [#374](https://github.com/kopeio/etcd-manager/pull/374) * Release notes for 3.0.20201202 [#375](https://github.com/kopeio/etcd-manager/pull/375) * Remove travis CI [#377](https://github.com/kopeio/etcd-manager/pull/377) * Fix vendor generation for tools/deb-tools subproject [#376](https://github.com/kopeio/etcd-manager/pull/376) * Add script to verify image hashes [#380](https://github.com/kopeio/etcd-manager/pull/380) * Fix some incorrect base image hashes for arm64 [#379](https://github.com/kopeio/etcd-manager/pull/379) * Support Azure [#378](https://github.com/kopeio/etcd-manager/pull/378) * Add more descriptions to wait loops [#383](https://github.com/kopeio/etcd-manager/pull/383) * Rename fields in the azure client struct [#382](https://github.com/kopeio/etcd-manager/pull/382) * Fix small typo in code comment [#381](https://github.com/kopeio/etcd-manager/pull/381)
This commit is contained in:
parent
f4c2bdb1be
commit
dc48ca6905
|
@ -24,7 +24,7 @@ import (
|
||||||
"k8s.io/kops/upup/pkg/fi/loader"
|
"k8s.io/kops/upup/pkg/fi/loader"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20201202"
|
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20201209"
|
||||||
|
|
||||||
// EtcdOptionsBuilder adds options for etcd to the model
|
// EtcdOptionsBuilder adds options for etcd to the model
|
||||||
type EtcdOptionsBuilder struct {
|
type EtcdOptionsBuilder struct {
|
||||||
|
|
|
@ -170,7 +170,7 @@ metadata:
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: kopeio/etcd-manager:3.0.20201202
|
- image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -80,7 +80,7 @@ Contents:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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
|
- 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.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -139,7 +139,7 @@ Contents:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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
|
- 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.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -80,7 +80,7 @@ Contents:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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
|
- 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.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -145,7 +145,7 @@ Contents:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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
|
- 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.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -83,7 +83,7 @@ Contents:
|
||||||
env:
|
env:
|
||||||
- name: ETCD_QUOTA_BACKEND_BYTES
|
- name: ETCD_QUOTA_BACKEND_BYTES
|
||||||
value: "10737418240"
|
value: "10737418240"
|
||||||
image: kopeio/etcd-manager:3.0.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -145,7 +145,7 @@ Contents:
|
||||||
env:
|
env:
|
||||||
- name: ETCD_QUOTA_BACKEND_BYTES
|
- name: ETCD_QUOTA_BACKEND_BYTES
|
||||||
value: "10737418240"
|
value: "10737418240"
|
||||||
image: kopeio/etcd-manager:3.0.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -89,7 +89,7 @@ Contents:
|
||||||
value: http://proxy.example.com
|
value: http://proxy.example.com
|
||||||
- name: no_proxy
|
- name: no_proxy
|
||||||
value: noproxy.example.com
|
value: noproxy.example.com
|
||||||
image: kopeio/etcd-manager:3.0.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -163,7 +163,7 @@ Contents:
|
||||||
value: http://proxy.example.com
|
value: http://proxy.example.com
|
||||||
- name: no_proxy
|
- name: no_proxy
|
||||||
value: noproxy.example.com
|
value: noproxy.example.com
|
||||||
image: kopeio/etcd-manager:3.0.20201202
|
image: kopeio/etcd-manager:3.0.20201209
|
||||||
name: etcd-manager
|
name: etcd-manager
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in New Issue