mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
Merge pull request #28840 from jszczepkowski/influx-ps
Automatic merge from submit-queue Modified influxdb petset to provision persistent volume. []() [WIP] Modified influxdb petset to create claim.
This commit is contained in:
@@ -859,12 +859,6 @@ function start-kube-addons {
|
||||
sed -i -e "s@{{ *nanny_memory *}}@${nanny_memory}@g" "${controller_yaml}"
|
||||
sed -i -e "s@{{ *metrics_cpu_per_node *}}@${metrics_cpu_per_node}@g" "${controller_yaml}"
|
||||
fi
|
||||
if [[ "${ENABLE_CLUSTER_MONITORING:-}" == "influxdb" ]]; then
|
||||
pv_yaml="${dst_dir}/${file_dir}/influxdb-pv.yaml"
|
||||
pd_name="${INSTANCE_PREFIX}-influxdb-pd"
|
||||
remove-salt-config-comments "${pv_yaml}"
|
||||
sed -i -e "s@{{ *pd_name *}}@${pd_name}@g" "${pv_yaml}"
|
||||
fi
|
||||
if [[ "${ENABLE_CLUSTER_DNS:-}" == "true" ]]; then
|
||||
setup-addon-manifests "addons" "dns"
|
||||
local -r dns_rc_file="${dst_dir}/dns/skydns-rc.yaml"
|
||||
|
Reference in New Issue
Block a user