Skip retry operation with containerd when etcd installed on host VM (#9560)

This commit is contained in:
Eugene Artemenko
2023-01-11 01:53:20 +02:00
committed by GitHub
parent bf8c64af08
commit 6f1352eb53
2 changed files with 7 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
msg: "Reset confirmation failed"
when: reset_confirmation != "yes"
- name: Gather information about installed services
service_facts:
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults}