This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Releases: namespacelabs/nscloud-action
Releases · namespacelabs/nscloud-action
v0.0.6
Split namespacelabs/nscloud-setup from nscloud-action
We factored out https://github.com/namespacelabs/nscloud-setup into a separate action if you want to use Namespace Cloud without ephemeral clusters (e.g. for remote builds).
Cluster logs and SSH
Ephemeral clusters now retain logs even after the workflow completes.
Also, you can SSH into the cluster while it is alive.
Ensure cluster is ready to add persistent volume claims
Wait for kube-system by default. Creating a persistent volume claim too early can block pod creation otherwise.
Speed up action
- allow kubectl to be used while
kube-system
is becoming ready (e.g. image pulling can already start) - skip version checks in our CLI
Initial release
Ephemeral Clusters allow you to create disposable Kubernetes clusters, which become ready in tens of seconds and are perfect for testing.