coreos-stack-bootstrap icon indicating copy to clipboard operation
coreos-stack-bootstrap copied to clipboard

Results 3 coreos-stack-bootstrap issues
Sort by recently updated
recently updated
newest added

Need a method for `kubelet` to find `kube-apiserver`, in a way that allows the `kube-apiserver` to move among hosts.

Ideally the `kube-apiserver` will have some sort of watch-dog/babysitter that keeps it running. I see a few options:

There are two parts to unifying around EC2 instance IDs: `systemd` machine ID and `etcd` peer/member IDs. Switching `etcd` should be as simple as [setting the `ETCD_NAME` environment variable in...