railiance: initial bootstrap scaffold
This commit is contained in:
commit
6b9307289b
7 changed files with 88 additions and 0 deletions
5
tests/smoke_kube.sh
Normal file
5
tests/smoke_kube.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
kubectl get nodes
|
||||
kubectl get ns
|
||||
echo "[OK] basic k8s API reachable"
|
||||
Loading…
Add table
Add a link
Reference in a new issue