Some checks failed
Lint Checks / Run linter (push) Successful in 1h39m12s
Deploy Test / Run deploy test suite (push) Failing after 3h12m50s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (push) Failing after 3h12m50s
Webapp Test / Run webapp test suite (push) Failing after 3h13m40s
Smoke Test / Run basic test suite (push) Failing after 3h2m15s
Publish / Build and publish (push) Successful in 1h4m11s
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Successful in 1h45m35s
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 1h28m25s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Has started running
External Stack Test / Run external stack test suite (push) Has started running
Database Test / Run database hosting test on kind/k8s (push) Successful in 1h6m49s
Part of https://plan.wireit.in/deepstack/browse/VUL-315 Reviewed-on: #995 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
7 lines
224 B
Bash
Executable File
7 lines
224 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# TODO: handle ARM
|
|
# Pin kubectl to match Kind's default k8s version (v1.31.x)
|
|
curl --silent -LO "https://dl.k8s.io/release/v1.31.2/bin/linux/amd64/kubectl"
|
|
chmod +x ./kubectl
|
|
mv ./kubectl /usr/local/bin
|