mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +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
|
||||
MAINTAINER Dawn Chen <dawnchen@google.com>
|
||||
|
||||
COPY etcd /usr/local/bin/
|
||||
COPY etcdctl /usr/local/bin/
|
||||
EXPOSE 2379 2380 4001 7001
|
||||
COPY etcd etcdctl /usr/local/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user