appleboy/Deploy K8S Tool
Generate a Kubeconfig or creating & updating K8s Deployments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | Address of the Kubernetes cluster | yes | — |
| skip_tls_verify | Skip validity check for server certificate (default: false) | — | — |
| ca_cert | PEM-encoded certificate authority certificates | — | — |
| token | Kubernetes service account token | yes | — |
| namespace | Kubernetes namespace | — | — |
| proxy_url | URLs with http, https, and socks5 | — | — |
| templates | Templates to render, supports glob pattern | — | — |
| cluster_name | Cluster name (default: "default") | — | default |
| authinfo_name | AuthInfo name (default: "default") | — | default |
| context_name | Context name (default: "default") | — | default |
| deployment | Name of the Kubernetes deployment to update | — | — |
| container | Name of the container within the deployment to update | — | — |
| image | New image and tag for the container | — | — |
| output | Output kubeconfig to file | — | — |
| debug | Enable debug mode (default: false) | — | — |
Outputs
no outputs