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
chore: replace needle get request for curl on kind setup
The last nodejs version, 12.16.3, created an issue with needle lib for redirect requests, that was breaking the test suites which needed to download a KinD binary. To workaround the issue the needle get request was replaced for a curl command on KinD setup to download KinD binary.
0 commit comments