-
-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support publishing ports for the worker nodes
All ports exposed by --publish will also be exported for all worker nodes. The host port will be auto indexed based worker id. For example: with the following command option: k3d create --publish 80:80 --publish 90:90/udp --workers 1 The exposed ports will be: host TCP port 80 -> k3s server TCP 80 host TCP port 90 -> k3s server TCP 90 host UDP port 81 -> k3s worker 0 UDP 80 host UDP port 91 -> k3s worker 0 UDP 90
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters