suranc/Build A Free IBM Cloud Kubernetes Cluster
This action will build or delete and rebuild a free Kubernetes cluster in the IBM Cloud region of your choice
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ibmcloud-apikey | API Key that can deploy to your IBM Cloud account | yes | World |
| ibmcloud-region | Region to deploy your k8s cluster into | yes | us-south |
| cluster-name | Name of the cluster to be (re)created | yes | mycluster-free |
Outputs
| name | description |
|---|---|
| ingress-ip | The public IP address of the ingress controller service |
| ingress-port | The nodePort the ingress controller service is listening on |
| kubeconfig | A base64 representation of a kubeconfig file pointing to the newly created k8s cluster |