redhat-actions/Knative Service Manager
Create and manage Knative Services
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_name | The Knative Service Name | yes | — |
| namespace | The Kubernetes Namespace to deploy to. Defaults to current context's namespace. | no | — |
| command | The Knative service command, accepted commands are create, update, apply and delete | no | create |
| container_image | The Knative Service Image | yes | — |
| kn_extra_args | Any extra arguments to append to the kn <command> | no | — |
| registry_user | The registry user to use to create the image pull secret | no | — |
| registry_password | The registry user password | no | — |
| force_create | "Pass --force to kn create. If the service already exists, the service will be replaced, instead of kn create failing. This input has no effect if command is not create" | no | false |
Outputs
| name | description |
|---|---|
| service_url | The Knative Service URL |