mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Add --hostport to run-container.
This helps as a starting point to show a single-machine container. Its easier to use this as an example to show where host port mapping breaks and move on to services.
This commit is contained in:
@@ -530,6 +530,7 @@ _kubectl_run-container()
|
||||
flags+=("--generator=")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--hostport=")
|
||||
flags+=("--image=")
|
||||
flags+=("--labels=")
|
||||
two_word_flags+=("-l")
|
||||
|
Reference in New Issue
Block a user