mirror of https://github.com/k3s-io/k3s
commit
7dec65f535
|
@ -734,6 +734,7 @@ function setup-monitoring {
|
|||
if ! gcloud compute firewall-rules create monitoring-heapster \
|
||||
--project "${PROJECT}" \
|
||||
--target-tags="${MINION_TAG}" \
|
||||
--network="${NETWORK}" \
|
||||
--allow tcp:80 tcp:8083 tcp:8086 tcp:9200; then
|
||||
echo "Failed to set up firewall for monitoring" && false
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue