The k8s deployment test now supports remote k8s but to run it as a CI job some additional plumbing is needed:
- Create test machine with k3s installed and configured with SNA hostname.
- Get kube config from said machine.
- Wait for cluster ready.
- Run test with suitable config.
- Destroy test machine.
The k8s deployment test now supports remote k8s but to run it as a CI job some additional plumbing is needed: