Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document alpha etcd3 support #3475

Closed
chrislovecnm opened this issue Sep 29, 2017 · 4 comments
Closed

document alpha etcd3 support #3475

chrislovecnm opened this issue Sep 29, 2017 · 4 comments
Assignees

Comments

@chrislovecnm
Copy link
Contributor

chrislovecnm commented Sep 29, 2017

/assign @gambol99
@gambol99 provided a correct example

@gambol99
Copy link
Contributor

Hi @chrislovecnm ... near enough :-) I've taken the following snippets from our prod cluster.yaml. Both events and main must have version and tls enabled and yes the kube apiserver storage is handled for the user. I'll raise a PR this weekend with proper docs

  etcdClusters:
  - etcdMembers:
    - encryptedVolume: true
      instanceGroup: master0-az0
      name: a-1 
    - encryptedVolume: true
      instanceGroup: master1-az0
      name: a-2 
    - encryptedVolume: true
      instanceGroup: master2-az0
      name: a-3 
    - encryptedVolume: true
      instanceGroup: master0-az1
      name: b-1 
    - encryptedVolume: true
      instanceGroup: master1-az1
      name: b-2 
    enableEtcdTLS: true
    name: main
    version: 3.0.17
  - etcdMembers:
    - encryptedVolume: true
      instanceGroup: master0-az0
      name: a-1 
    - encryptedVolume: true
      instanceGroup: master1-az0
      name: a-2 
    - encryptedVolume: true
      instanceGroup: master2-az0
      name: a-3 
    - encryptedVolume: true
      instanceGroup: master0-az1
      name: b-1 
    - encryptedVolume: true
      instanceGroup: master1-az1
      name: b-2 
    enableEtcdTLS: true
    name: events
    version: 3.0.17

@KashifSaadat
Copy link
Contributor

PR: #3514

@chrislovecnm
Copy link
Contributor Author

Closing

@ghost
Copy link

ghost commented Jan 6, 2018

is there a way to reduce or control the size of these volumes??

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

No branches or pull requests

3 participants