You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomise temporary file name used in provisioner script
To avoid potential conflicts when multiple instances run
simultaneously, the temporary file created in the provisioner
script is now assigned a random name using the mktemp command. This
ensures that each instance operates with its own unique temporary
file, preventing any overlap or interference between them.
Signed-off-by: darox <maderdario@gmail.com>
# Just try to wait a bit to avoid this https://github.com/isovalent/terraform-k8s-cilium/issues/42 issue. If the file is still not available in 5 seconds, we will let helm install to throw out the error.
118
119
sleep 5
119
120
@@ -122,13 +123,13 @@ then
122
123
# Substitute environment variables into the Cilium Helm values override file.
0 commit comments