Andrew Starr-Bochicchio
Andrew Starr-Bochicchio
I'd love to be able to support something like this, but it's not clear if that is possible from the side of the DigitalOcean provider. The provider code doesn't handle...
Hi @houstonheat, I've passed this request onto our VPC team. I can't give you a timeline yet, but it is something they are hoping to support via the API as...
Hi @roidelapluie, The `Droplet.PublicIPv4()` method is a helper that returns the first public IPv4 address for a Droplet. You can dig into the Droplet's networks to find additional IP addresses....
Hi Ed, The full API documentation can be found at our developer's portal. It documents each endpoint provided by the API. If you look to the bottom right hand corner...
Hey! I don't see anything wrong with the Ruby code. When debugging a cloud-config script, check the log files at `/var/log/cloud-init.log` and `/var/log/cloud-init-output.log` The file `/etc/init.d/iptables` doesn't exist on many...
Hi @CapCap, That information is not currently exposed via the API. Though ,there is some documentation covering it here: https://www.digitalocean.com/docs/kubernetes/#allocatable-memory Curious to know a bit more about your use case...
Hi @vlad2095, I'm not able to reproduce this. When deleting a floating IP attached to a Droplet, it is completely deleted, not just unassigned. For example, with `doctl` which uses...
Hey @csandanov, The SDK does not currently support revoking Oauth tokens. It's something we may add in the future, but there are still some questions around how we want to...
This is also causing issues for the Terraform provider: https://github.com/terraform-providers/terraform-provider-digitalocean/issues/30
The DigitalOcean API does not currently support this. If this is something you require, there are some workarounds. I'd suggest looking into using `cloud-init` to either post the host key...