Andrew Starr-Bochicchio
Andrew Starr-Bochicchio
Hi @JohnAZoidberg, Thanks for the suggestion. Currently the API does not support directly uploading an image. One work around is to first uploaded the image to DigitalOcean Spaces. You can...
Currently the DigitalOcean API does not support setting a root password when a Droplet is created. If you do not want to use SSH keys, you can still create a...
Hi @MihkelBaranov. Thanks for the suggestion! We'll want to make sure we end up with a solution that works well with what the App Platform team has planned. In the...
@jsmestad Yes, it assumes that it is run along side `app.yml`. You can also retrieve the live spec with doctl. So something like: doctl apps spec get "${APP_ID}" | sed...
Hi @cool00geek, If you could give a specific example of a slug for a plan you see in the API but not the control panel, it would be helpful in...
Hi @drobit , `doctl` supports upgrading a cluster's version using `doctl kubernetes cluster upgrade --version ` See: https://docs.digitalocean.com/reference/doctl/reference/kubernetes/cluster/upgrade/ This will upgrade both the control plane and all node pools to...
Hi @Serfi7 Thanks for the suggestion. While we do not currently have a command to revoke the token from a kubeconfig, there is a workaround. `doctl kubernetes cluster kubeconfig save`...
Thanks for the report. To help get to the bottom of this, can you provide some additional details? First, what is the output of: snap connections doctl Next, run the...
@Pagebakers doctl supports configuring Spaces CDNs. It's a bit unintuitive, but you can find those commands under `doctl compute cdn` To add a CDN in front of a Space, run:...
With the new endpoints for destroying and listing associated resources, this is now more feasible: https://developers.digitalocean.com/documentation/changelog/api-v2/destroy-a-droplet-with-associated-resources/