You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature Request
Right now we're using etcd2, but we should upgrade to etcdv3 which is the default in k8s 1.6. The only blocker here is setting up an etcd v3 embedded server is localkube is going to require a bit of work, since it is also serving gRPC now. There is a util package in etcd 3.1 that will do this for us, however kubernetes is only on 3.0.17. We should probably just wait for the upgrade, unless it doesn't land by 1.7
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature Request
Right now we're using etcd2, but we should upgrade to etcdv3 which is the default in k8s 1.6. The only blocker here is setting up an etcd v3 embedded server is localkube is going to require a bit of work, since it is also serving gRPC now. There is a util package in etcd 3.1 that will do this for us, however kubernetes is only on 3.0.17. We should probably just wait for the upgrade, unless it doesn't land by 1.7
https://github.com/coreos/etcd/tree/master/embed
The text was updated successfully, but these errors were encountered: