Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Releases: namespacelabs/nscloud-action

v0.0.6

07 Mar 17:28
@n-g n-g
9d0a3d8
Compare
Choose a tag to compare
Print app url for cluster access. (#6)

Split namespacelabs/nscloud-setup from nscloud-action

07 Mar 14:50
@n-g n-g
6bf381d
Compare
Choose a tag to compare

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

24 Feb 14:48
@n-g n-g
Compare
Choose a tag to compare

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

01 Feb 11:59
@n-g n-g
Compare
Choose a tag to compare
Wait for kube-system by default.

Creating a persistent volume claim too early can block pod creation otherwise.

Speed up action

01 Feb 11:15
@n-g n-g
Compare
Choose a tag to compare
  • 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

31 Jan 15:33
@n-g n-g
Compare
Choose a tag to compare

Ephemeral Clusters allow you to create disposable Kubernetes clusters, which become ready in tens of seconds and are perfect for testing.