Skip to content

Commit

Permalink
Merge pull request #11098 from justinsb/etcd_manager_from_etcdadm_repo
Browse files Browse the repository at this point in the history
Use etcd-manager built from etcdadm repo
  • Loading branch information
k8s-ci-robot authored May 8, 2021
2 parents da19ab4 + 305e4bb commit 261a2e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"k8s.io/kops/upup/pkg/fi/loader"
)

const DefaultBackupImage = "kopeio/etcd-backup:3.0.20210122"
const DefaultBackupImage = "k8s.gcr.io/etcdadm/etcd-backup:3.0.20210430"

// EtcdOptionsBuilder adds options for etcd to the model
type EtcdOptionsBuilder struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/components/etcdmanager/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ metadata:
namespace: kube-system
spec:
containers:
- image: kopeio/etcd-manager:3.0.20210228
- image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/minimal/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -154,7 +154,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -160,7 +160,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Contents: |
env:
- name: ETCD_QUOTA_BACKEND_BYTES
value: "10737418240"
image: kopeio/etcd-manager:3.0.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -160,7 +160,7 @@ Contents: |
env:
- name: ETCD_QUOTA_BACKEND_BYTES
value: "10737418240"
image: kopeio/etcd-manager:3.0.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -154,7 +154,7 @@ Contents: |
--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.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/proxy/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Contents: |
value: http://proxy.example.com
- name: no_proxy
value: noproxy.example.com
image: kopeio/etcd-manager:3.0.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -178,7 +178,7 @@ Contents: |
value: http://proxy.example.com
- name: no_proxy
value: noproxy.example.com
image: kopeio/etcd-manager:3.0.20210228
image: k8s.gcr.io/etcdadm/etcd-manager:3.0.20210430
name: etcd-manager
resources:
requests:
Expand Down

0 comments on commit 261a2e9

Please sign in to comment.