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
@feloy, By default cluster creates block storage addon.. Either import statefile of addon resource or add below block during cluster creation and then destroy it
resource "ibm_container_addons" "addons" {
cluster = <cluster id>
addons {
name = "vpc-block-csi-driver"
version = <addon version>
}
}
I have deployed a VPC cluster with ibm_container_vpc_cluster. By default, the cluster is installed with the Block Storage for VPC addon.
I'm trying to uninstall this addon using ibm_container_addons, but cannot find the appropriate syntax.
Would you have an example of use of this module?
The text was updated successfully, but these errors were encountered: