redhat-actions/OpenShift Tools Installer
Download, install and cache OpenShift CLI tools.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_pat | GitHub personal access token. This is required if the "source" input is "github". | no | ${{ github.token }} |
| source | Source from which to download all tools in this step. Can be "github" or "mirror". | no | mirror |
| skip_cache | Set it to "true" to skip caching of the downloaded executables. This will also skip fetching previously cached executables. | no | false |
| crc | crc - CodeReady Containers. | no | — |
| crda | CRDA - Performs dependency stack scanning. | no | — |
| helm | Helm - The Kubernetes package manager. | no | — |
| kam | kam - GitOps Application Manager. | no | — |
| kamel | Camel K - Kubernetes serverless integration framework. | no | — |
| kn | Knative - Deploy and manage serverless workloads. | no | — |
| kustomize | kustomize - Customize raw, template-free YAML files for multiple purposes. | no | — |
| oc | oc - The OpenShift Client. | no | — |
| openshift-install | openshift-install - Install an OpenShift 4 cluster. | no | — |
| odo | odo - OpenShift Do is for developers writing and deploying applications. | no | — |
| opm | opm - Create and maintain catalogs of Operators. | no | — |
| operator-sdk | operator-sdk - Framework to work with Operators SDK. | no | — |
| s2i | s2i - Toolkit and workflow for building reproducible container images from source code. | no | — |
| tkn | tkn - The client for interacting with Tekton pipelines. | no | — |
| yq | yq - A portable command-line YAML processor. | no | — |
| chart-verifier | chart-verifier - Certifies a Helm chart by checking some of its characteristics. | no | — |
| ko | ko - Build and deploy Go applications on Kubernetes. | no | — |
| preflight | preflight - Commandline interface for validating if OpenShift operator bundles and containers meet minimum requirements for Red Hat OpenShift Certification. | no | — |
Outputs
| name | description |
|---|---|
| installed | JSON object describing the versions that were installed. |