feat(olm): uninstall olm if tag olm_uninstall specified

!17
This commit is contained in:
2024-02-01 18:33:18 +09:30
parent 54f9ec0c95
commit 384ef924ca
2 changed files with 30 additions and 0 deletions

View File

@ -43,6 +43,8 @@ kubelet-arg:
- system-reserved=cpu={{ kubelet_arg_system_reserved_cpu }},memory={{ kubelet_arg_system_reserved_memory }},ephemeral-storage={{ kubelet_arg_system_reserved_storage }}
{% if host_external_ip | default('') %}node-external-ip: "{{ host_external_ip }}"{% endif %}
# node-ip: this needs to be set to internal ip if host has external ip
node-name: {{ inventory_hostname }}
{% if