google-github-actions/Deploy GKE
Use gke-deploy cli to deploy an image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image to be deployed | yes | — |
| app_name | Application name of the Kubernetes deployment | yes | — |
| region | Region/zone of GKE cluster to deploy to. | yes | — |
| cluster_name | Name of GKE cluster to deploy to. | yes | — |
| project_id | Project of GKE cluster to deploy to. | yes | — |
| namespace | Namespace of GKE cluster to deploy to. If not provided, it will not be passed to the binary. | no | — |
| expose | The port provided will be used to expose the deployed workload object (i.e., port and targetPort will be set to the value provided in this flag). If not provided, it will not be passed to the binary. | no | — |
| k8s_manifests | Local or GCS path to configuration file or directory of configuration files to use to create Kubernetes objects (file or files in directory must end in ".yml" or ".yaml"). Prefix this value with "gs://" to indicate a GCS path. If not provided, it will not be passed to the binary. | no | — |
Outputs
no outputs