mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
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" -%}
|
{% set daemon_args = "$DAEMON_ARGS" -%}
|
||||||
{% if grains['os_family'] == 'RedHat' -%}
|
{% if grains['os_family'] == 'RedHat' -%}
|
||||||
{% set daemon_args = "" -%}
|
{% set daemon_args = "" -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user