mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Expose old and new etcd client and server ports
This commit is contained in:
parent
c79c5864e7
commit
68af7dc141
@ -15,5 +15,6 @@
|
|||||||
FROM BASEIMAGE
|
FROM BASEIMAGE
|
||||||
MAINTAINER Dawn Chen <dawnchen@google.com>
|
MAINTAINER Dawn Chen <dawnchen@google.com>
|
||||||
|
|
||||||
|
EXPOSE 2379 2380 4001 7001
|
||||||
COPY etcd /usr/local/bin/
|
COPY etcd /usr/local/bin/
|
||||||
COPY etcdctl /usr/local/bin/
|
COPY etcdctl /usr/local/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user