mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
fix kubemark
This commit is contained in:
parent
ae7809d71a
commit
c2c030b6d8
@ -36,6 +36,7 @@ sed -i'' -e "s/\"//g" "${RESOURCE_DIRECTORY}/scheduler_flags"
|
|||||||
${CONTROLLER_MANAGER_TEST_ARGS}
|
${CONTROLLER_MANAGER_TEST_ARGS}
|
||||||
--allocate-node-cidrs="${ALLOCATE_NODE_CIDRS}"
|
--allocate-node-cidrs="${ALLOCATE_NODE_CIDRS}"
|
||||||
--cluster-cidr="${CLUSTER_IP_RANGE}"
|
--cluster-cidr="${CLUSTER_IP_RANGE}"
|
||||||
|
--service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}"
|
||||||
--terminated-pod-gc-threshold="${TERMINATED_POD_GC_THRESHOLD}"
|
--terminated-pod-gc-threshold="${TERMINATED_POD_GC_THRESHOLD}"
|
||||||
EOF
|
EOF
|
||||||
sed -i'' -e "s/\"//g" "${RESOURCE_DIRECTORY}/controllers_flags"
|
sed -i'' -e "s/\"//g" "${RESOURCE_DIRECTORY}/controllers_flags"
|
||||||
|
Loading…
Reference in New Issue
Block a user