cnuss/Nanokube
Run Nanokube in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access (default GITHUB_TOKEN). Required if the action needs to create a seed or query the API. | no | ${{ github.token }} |
| verbosity | klog verbosity level passed to nanokube start (-v) | no | 0 |
| seed | Reuse an existing cluster seed (sets NANOKUBE_SEED). If empty, a new seed is created. | no | "" |
| start | If true (default) provision a node; if false only resolve and output the seed. | no | true |
| foreground | If true run 'nanokube' in the foreground; if false (default) run 'nanokube start' (daemonize). | no | false |
Outputs
| name | description |
|---|---|
| seed | The discovery seed for this cluster |