Andrew Starr-Bochicchio

Results 122 comments of Andrew Starr-Bochicchio

Just dropping some notes here in case anyone else takes a look at this one... * The DigitalOcean API does not support resizing Droplets used in a node pool. As...

Unfortunately, the DigitalOcean CSI plugin does not currently support resizing. You can follow that issue at: https://github.com/digitalocean/csi-digitalocean/issues/106 I believe that your current approach should "just work" once resizing support is...

@danielsreichenbach The DigitalOcean CSI driver does support creating and restoring from volume snapshots: https://github.com/digitalocean/csi-digitalocean/tree/master/examples/kubernetes/snapshot Unfortunately it doesn't look like support for management of Kubernetes native volume snapshots has landed in...

Hi @bweston92 , The Terraform provider exposes information returned by the API. I've reached out to the DOKS team internally to better understand why the IP address is not always...

Hi @0x62, I haven't been able to reproduce this problem and can successfully create dynamic rules. One thing that jumped out to me in your config is `each` being used...

Thanks for that additional info on the platform. My suspicion that the `Action.resource_id` is larger than what fits in an `int` on your platform. If that's the case, this would...

This is very likely related to what is discussed in https://github.com/digitalocean/terraform-provider-digitalocean/issues/562 The K8s provider block is evaluated before receiving updated credentials from the DOKS resource. The Kubernetes provider docs have...

Thanks for the request @dro-sh That does seem like it would be a useful addition. In the mean time, you should be able to infer the endpoint from the region...

That looks great @selborsolrac! Feel free to tag me for a review when you're ready to open a PR.

Closed via https://github.com/digitalocean/terraform-provider-digitalocean/pull/886 Thanks for the great work @selborsolrac!