Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit f88f3a5

Browse files
committed
Add note about destroying persistent volumes before doing a destroy.
1 parent 5d99692 commit f88f3a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ Check out the [example operations](./docs/examples.md) for details on how to use
149149

150150
## Known issues and limitations
151151

152-
* The OCI Load Balancer that gets created and attached to the VCN when a service of type `--type=LoadBalancer` is an out-of-band change to Terraform. As a result, the cluster's VCN will not be able to be destroyed until all services of type `LoadBalancer` have been deleted using `kubectl` or the OCI Console.
152+
* The OCI Load Balancers that gets created and attached to the VCN when a service of type `--type=LoadBalancer` is an out-of-band change to Terraform. As a result, the cluster's VCN will not be able to be destroyed until all services of type `LoadBalancer` have been deleted using `kubectl` or the OCI Console.
153+
* The OCI Block Volumes that gets created and attached to the workers when persistent volumes are create is also an out-of-band change to Terraform. As a result, the instances will not be able to be destroyed until all persistent volumes have been deleted using `kubectl` or the OCI Console.
153154
* Scaling or replacing etcd members in or out after the initial deployment is currently unsupported
154155
* Failover or HA configuration for NAT instance(s) is currently unsupported
155156
* Resizing the iSCSI volume will delete and recreate the volume

0 commit comments

Comments
 (0)