mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix kube-controller-manager failing to start because "Jinja variable 'cloud_config' is undefined"
This commit is contained in:
parent
8cddfa8dbd
commit
ec6d4c6078
@ -1,3 +1,4 @@
|
|||||||
|
{% set cloud_config = "" -%}
|
||||||
{% set daemon_args = "$DAEMON_ARGS" -%}
|
{% set daemon_args = "$DAEMON_ARGS" -%}
|
||||||
{% if grains['os_family'] == 'RedHat' -%}
|
{% if grains['os_family'] == 'RedHat' -%}
|
||||||
{% set daemon_args = "" -%}
|
{% set daemon_args = "" -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user