You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Updates: <br>- Add binaries installation support in script for Waypoint runtime compatibilty <br>- use terraform_data resource in-place of null_resource(#95)
* feat: add binary installation support for Waypoint runtime compatibility
* fix: remove local duplicates
* fix: remove local duplicates
* fix: update permissions to install-binaries script
* fix: removing unused binary JQ
* chore: update subscription version to latest v4.19.15
* fix: removed unused null provider declaration
* fix: removed unused null provider block in readme
* fix: fixing the pipeline issues
* " fix: fixing the pipeline issues"
This reverts commit e4a7fa0.
* chore: replace triggers
* fix: fixed pre-commit errors
* fix: fixed ci pipeline issues
* fix: fixing indentations issues
* SKIP UPGRADE TEST
* fix: remove triggers and update depends on for installed binaries
* fix: updated tag version
---------
Co-authored-by: raagamounica <mounica.tellabati@ibm.com>
|[ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster_config)| data source |
137
140
|[ibm_container_vpc_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_vpc_cluster)| data source |
@@ -144,6 +147,7 @@ No modules.
144
147
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| The ID of the cluster to deploy the agents in. |`string`| n/a | yes |
145
148
| <aname="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id)| The resource group ID of the cluster. |`string`| n/a | yes |
146
149
| <aname="input_infra_node_selectors"></a> [infra\_node\_selectors](#input\_infra\_node\_selectors)| List of infra node selectors to apply to HyperConverged pods. [Learn more](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). | <pre>list(object({<br/> key = string<br/> values = list(string)<br/> }))</pre> | <pre>[<br/> {<br/> "key": "ibm-cloud.kubernetes.io/server-type",<br/> "values": [<br/> "virtual",<br/> "physical"<br/> ]<br/> }<br/>]</pre> | no |
150
+
| <aname="input_install_required_binaries"></a> [install\_required\_binaries](#input\_install\_required\_binaries)| When true, run a script to ensure required CLI binary (kubectl) is available in the runtime; if missing the script will attempt to download them to /tmp. Set to false to skip. |`bool`|`true`| no |
147
151
| <aname="input_vpc_file_default_storage_class"></a> [vpc\_file\_default\_storage\_class](#input\_vpc\_file\_default\_storage\_class)| The name of the VPC File storage class which will be set as the default storage class. |`string`|`"ibmc-vpc-file-metro-1000-iops"`| no |
148
152
| <aname="input_wait_till"></a> [wait\_till](#input\_wait\_till)| To avoid long wait times when you run your Terraform code, you can specify the stage when you want Terraform to mark the cluster resource creation as completed. Depending on what stage you choose, the cluster creation might not be fully completed and continues to run in the background. However, your Terraform code can continue to run without waiting for the cluster to be fully created. Supported args are `MasterNodeReady`, `OneWorkerNodeReady`, `IngressReady` and `Normal`. |`string`|`"Normal"`| no |
149
153
| <aname="input_wait_till_timeout"></a> [wait\_till\_timeout](#input\_wait\_till\_timeout)| Timeout for wait\_till in minutes. |`number`|`90`| no |
description="When true, run a script to ensure required CLI binary (kubectl) is available in the runtime; if missing the script will attempt to download them to /tmp. Set to false to skip."
0 commit comments