Skip to content
Snippets Groups Projects
Unverified Commit c6ab6406 authored by 蔣 航's avatar 蔣 航 Committed by GitHub
Browse files

Add Retry for Applying PriorityClass (#10469)

parent 2c132dcc
No related branches found
No related tags found
No related merge requests found
......@@ -80,4 +80,8 @@
resource: "PriorityClass"
filename: "{{ kube_config_dir }}/k8s-cluster-critical-pc.yml"
state: latest
register: result
until: result is succeeded
retries: 10
delay: 6
when: inventory_hostname == groups['kube_control_plane'] | last
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment