Fix kube-controller-manager failing to start because "Jinja variable 'cloud_config' is undefined"
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% set cloud_config = "" -%}
|
||||
{% set daemon_args = "$DAEMON_ARGS" -%}
|
||||
{% if grains['os_family'] == 'RedHat' -%}
|
||||
{% set daemon_args = "" -%}
|
||||
|
Reference in New Issue
Block a user