Skip to content

Commit ed5a80f

Browse files
committed
Run validate-network service one stage later
Due to some race condition, DNS service is not returning FQDN for compute nodes when validate-network pods kick in. This patch aims to start validate-network service in later stage with hope this random issue gets fixed.
1 parent fd793cf commit ed5a80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dt/uni02beta/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ data:
130130
- bootstrap
131131
- download-cache
132132
- configure-network
133-
- validate-network
134133
- install-os
134+
- validate-network
135135
- configure-os
136136
- ssh-known-hosts
137137
- run-os

0 commit comments

Comments
 (0)