mlibrary/MLibrary Deploy to Kubernetes Cluster
Deploys an image to a Kubernetes Cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to log into | — | ghcr.io |
| registry_username | Username to log into the registry with | — | ${{ github.actor }} |
| registry_token | — | yes | — |
| image | Image to deploy, e.g. registry/organization/image_name:tag | yes | — |
| cluster_ca | The Kubernetes cluster CA certificate, base64-encoded | yes | — |
| cluster_server | The Kubernetes server API endpoint | yes | — |
| namespace_token | A base64-encoded Kubernetes service account token | yes | — |
| namespace | The Kubernetes namespace to deploy to | yes | — |
| resource_type | Any resource type, comma-separated set of resource types, or 'all' | — | deployment |
| resource_name | Name of the resource whose image to set, a label selector like "--selector='app=someapp'", or "--all" | — | web |
| container | The container in the resource whose image to set, or "*" for all containers | — | web |
Outputs
no outputs