We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c377924 commit 25c4954Copy full SHA for 25c4954
test/setup/platforms/kind.ts
@@ -59,7 +59,7 @@ async function download(osDistro: string): Promise<void> {
59
} catch (error) {
60
console.log('Downloading KinD...');
61
62
- const url = `https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-${osDistro}-amd64`;
+ const url = `https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-${osDistro}-amd64`;
63
await exec(`curl -Lo ./kind ${url}`);
64
chmodSync('kind', 0o755); // rwxr-xr-x
65
0 commit comments