Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Conversation

pieterlange
Copy link
Contributor

@pieterlange pieterlange commented Nov 4, 2016

Work in progress for pointing the kube cluster to an externally managed etcd cluster.

To disable the discrete etcd cluster 'embedded' in kube-aws, set the following parameters:

# Set this value to the full HTTP/HTTPS endpoint of your existing etcd cluster or leave commented to build a new cluster as part of this stack.
#etcdLoadBalancer: "http://my.etcd.cluster.local:2379"
#etcdSecurityGroups: [ "sg-abcdefg", "sg-1234567" ]

etcdLoadBalancer is a stable address to find the etcd cluster on, in many cases an ELB.
One must set etcdSecurityGroups in order to automatically add SecurityGroupIngress resources to said securitygroups, allowing the kubernetes components access on port 2379.

This is highly volatile code. 💣

Ref: #27

@codecov-io
Copy link

codecov-io commented Nov 5, 2016

Current coverage is 56.28% (diff: 61.90%)

Merging #32 into experimental/external-etcd will decrease coverage by 0.61%

@@           experimental/external-etcd        #32   diff @@
============================================================
  Files                               4          4          
  Lines                             949        963    +14   
  Methods                             0          0          
  Messages                            0          0          
  Branches                            0          0          
============================================================
+ Hits                              540        542     +2   
- Misses                            329        338     +9   
- Partials                           80         83     +3   

Powered by Codecov. Last update 45452ba...dbfcf0b

@pieterlange pieterlange closed this Nov 7, 2016
@pieterlange pieterlange deleted the feature/external-etcd branch November 7, 2016 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants