Updating k3d proxy ports on a running cluster #648
-
I have a running cluster setup with a config file (see below) and among other things installing the nginx ingress controller. Let's say later, after the cluster is created, I want to add another port (e.g 9906:9906) so it is also forwarded by the k3d-proxy container. Can I do that somehow without destroying and creating the cluster from scratch? I've search everywhere in the docs and the internetz with no avail.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @NesManrique, thanks for starting this discussion. 👍 |
Beta Was this translation helpful? Give feedback.
Hey @NesManrique, thanks for starting this discussion. 👍
Currently this is not possible.
But I have the feature implemented in the main-v5 branch and it will land in the v5.0.0 release soon-ish.
The proxy container has no state to persist, so you could do it yourself with docker commands if necessary (or build the branch yourself)🤔