mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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" -%}
|
||||
{% if grains['os_family'] == 'RedHat' -%}
|
||||
{% set daemon_args = "" -%}
|
||||
|
Loading…
Reference in New Issue
Block a user