[QUESTION/HELP] With a k3d created registry can I specify the port that it maps onto? #749
-
With a k3d created registry can I specify specific port that the registry binds to? How can I configure this in a cluster definition yaml? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Data-drone , thanks for asking! You can already give it a try:
|
Beta Was this translation helpful? Give feedback.
-
How long does it typically take to go from rc to release? |
Beta Was this translation helpful? Give feedback.
Hi @Data-drone , thanks for asking!
Currently (v4.4.8), the
--registry-create
flag is a simple boolean that takes some defaults and assigns a random port. More specific configuration can be done using the separate argumentk3d registry create
which offers more configuration options.Additionally, the soon-to-come k3d v5.0.0 release enables a string parameter on
--registry-create
to allow more configuration from there (and also in the config file).You can already give it a try: