Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: add port mapping in k3d create cluster command #87

Closed
DaruZero opened this issue Mar 14, 2023 · 0 comments · Fixed by #58
Closed

[Feature]: add port mapping in k3d create cluster command #87

DaruZero opened this issue Mar 14, 2023 · 0 comments · Fixed by #58
Assignees

Comments

@DaruZero
Copy link
Contributor

DaruZero commented Mar 14, 2023

Describe your feature request for the documentation

k3d cluster create umh \
--api-port 127.0.0.1:6443 \
-p 8080:8080@server:0 \
-p 8090:8090@server:0 \
-p 1880:1880@server:0 \
-p 5432:5432@server:0 \
-p 46010:46010@server:0 \
-p 1883:1883@server:0 \
-p 8883:8883@server:0 \
-p 9092:9092@server:0

Describe possible alternatives

No response

Additional Context

Related to united-manufacturing-hub/united-manufacturing-hub#1482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant