mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Fix --allowed syntax
This commit is contained in:
parent
cba453d72b
commit
f02c27312b
@ -51,8 +51,7 @@ if [[ ${ALREADY_UP} -ne 1 ]]; then
|
|||||||
--norespect_terminal_width \
|
--norespect_terminal_width \
|
||||||
--project ${PROJECT} \
|
--project ${PROJECT} \
|
||||||
--target_tags ${MINION_TAG} \
|
--target_tags ${MINION_TAG} \
|
||||||
--allowed tcp:80 \
|
--allowed tcp:80,tcp:8080 \
|
||||||
--allowed tcp:8080 \
|
|
||||||
--network ${NETWORK} \
|
--network ${NETWORK} \
|
||||||
${MINION_TAG}-http-alt
|
${MINION_TAG}-http-alt
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user