mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #25197 from oszi/expose-etcd-ports
Expose commonly used ports in the etcd image
This commit is contained in:
commit
f4c9624c1a
@ -15,5 +15,5 @@
|
|||||||
FROM BASEIMAGE
|
FROM BASEIMAGE
|
||||||
MAINTAINER Dawn Chen <dawnchen@google.com>
|
MAINTAINER Dawn Chen <dawnchen@google.com>
|
||||||
|
|
||||||
COPY etcd /usr/local/bin/
|
EXPOSE 2379 2380 4001 7001
|
||||||
COPY etcdctl /usr/local/bin/
|
COPY etcd etcdctl /usr/local/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user