Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

v3.0.20190125 breaks kops 1.10 deploys #191

Open
zapman449 opened this issue Feb 26, 2019 · 4 comments
Open

v3.0.20190125 breaks kops 1.10 deploys #191

zapman449 opened this issue Feb 26, 2019 · 4 comments

Comments

@zapman449
Copy link

slice of the cluster.spec:

  etcdClusters:
  - backups:
      backupStore: s3://$KOPS_STATE_STORE/$KLUSTER_NAME/backups/etcd/main
    etcdMembers:
    - instanceGroup: master-eu-west-1c
      name: -2c
    - instanceGroup: master-eu-west-1b
      name: -2b
    - instanceGroup: master-eu-west-1a
      name: -2a
    manager:
      image: kopeio/etcd-manager:latest
    name: main
    version: 3.1.12
  - backups:
      backupStore: s3://$KOPS_STATE_STORE/$KLUSTER_NAME/backups/etcd/events
    etcdMembers:
    - instanceGroup: master-eu-west-1c
      name: -2c
    - instanceGroup: master-eu-west-1b
      name: -2b
    - instanceGroup: master-eu-west-1a
      name: -2a
    manager:
      image: kopeio/etcd-manager:latest
    name: events
    version: 3.1.12

:latest points to v3.0.20190125 verified by SHASUM in docker images

Docker logs show:

I0226 01:05:54.017737       1 main.go:243] discovered IP address: 192.168.132.131
I0226 01:05:54.017774       1 main.go:248] Setting data dir to /rootfs/mnt/master-vol-078729a1332f034f2
open /etc/kubernetes/pki/etcd-manager/etcd-manager-ca.key: no such file or directory

and etcd-manager exits without bringing up etcd.

@zapman449
Copy link
Author

current work-around: lock into kopeio/etcd-manager:1.0.20181001 rather than :latest

@zapman449
Copy link
Author

anyone?

@MMeent
Copy link

MMeent commented Mar 7, 2019

According to changelogs, etcd-manager:3+ is supported starting at kops 1.11.1

@olemarkus
Copy link
Contributor

Can confirm that it is working in 1.11.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants