-
Published Answer
I cannot yet understand why doctl is necessary. Can it be done without doctl?
doctl is not necessary to connect to a Digital…
Accepted Answer:
I cannot yet understand why doctl is necessary. Can it be done without doctl?
doctl is not necessary to connect to a Digital…
•
By
asb
-
Published Answer
There are a few ways that you can acomplish this using environment variables:
1) If you pass the --access-token flag when conf…
•
By
asb
-
Published Answer
digitalocean_spaces_bucket is used to create a new Space (bucket in S3 terminology) and manage Space-wide settings like CORS poli…
•
By
asb
-
Published Answer
The doctl integration is just a convenience. You can login to the registry without it. To do so, use a [DigitalOcean API token](h…
•
By
asb
-
Published Answer
The error being returned by the API here is unclear, but the cause is the underscore (_) in the Space name. In the control panel,…
Accepted Answer:
The error being returned by the API here is unclear, but the cause is the underscore (_) in the Space name. In the control panel,…
•
By
asb
-
Published Answer
Yes. VPC networks are completely isolated from both other customers and other VPCs on your own account. See here for more details:
…
•
By
asb
-
Published Answer
Hi @gopimdvk,
I dug into this after seeing your question here, and unfortunately it looks like a bug in python-digitalocean.
…
•
By
asb
-
Published Answer
There are a couple important things to know about how load balancers and firewalls work. First, from [the load balancer docs](https…
•
By
asb
-
Published Answer
Yes. The DigitalOcean API supports both [taking a snapshot](https://developers.digitalocean.com/documentation/v2/#snapshot-a-drople…
Accepted Answer:
Yes. The DigitalOcean API supports both [taking a snapshot](https://developers.digitalocean.com/documentation/v2/#snapshot-a-drople…
•
By
asb
-
Published Answer
There are a number of GitHub Actions that exist for working with SHH and SCP. Here’s an example using [appleboy/ssh-action](https:/…
•
By
asb
-
Published Answer
doctl is designed to help manage DigitalOcean resources. You can use it to create Droplets, databases, Kubernetes cluster, etc. I…
•
By
asb
-
Published Answer
When scripting with doctl you can pass the --wait flag to Droplet “action” commands in order to block until the action has comp…
Accepted Answer:
When scripting with doctl you can pass the --wait flag to Droplet “action” commands in order to block until the action has comp…
•
By
asb
-
Published Answer
Hi @beauzo,
I wanted to follow up here to let you know that the DigitalOcean API now supports managing a database cluster’s fire…
•
By
asb
-
Published Answer
Is this normal?
Yes! You are seeing this due to a recent change in how DOKS Kubernetes clusters handle authentication. Rather …
•
By
asb
-
Published Answer
If you’re having issues logging in to your Droplet via SSH and have password login disabled, you can still recover the Droplet. You…
•
By
asb
-
Published Answer
The best way to combine to lists of attributes using Terraform >= 0.12 syntax is to use the concat function. From [the docs](http…
Accepted Answer:
The best way to combine to lists of attributes using Terraform >= 0.12 syntax is to use the concat function. From [the docs](http…
•
By
asb
-
Published Answer
After you take a snapshot of a Droplet, you can find the ID of that snapshot via the API by querying the [/v2/images?private=true…
Accepted Answer:
After you take a snapshot of a Droplet, you can find the ID of that snapshot via the API by querying the [/v2/images?private=true…
•
By
asb
-
Published Answer
Adding a bit to @alexdo’s answer, when you create a Droplet via the API, you will supply a “size slug.” Size slugs are human-readab…
•
By
asb
-
Published Answer
Rather than using the count, you can simplify this a bit by referencing self.ipv4_address and Terraform will do the right thing…
Accepted Answer:
Rather than using the count, you can simplify this a bit by referencing self.ipv4_address and Terraform will do the right thing…
•
By
asb
-
Published Answer
Your approach to using Terraform for provisioning infrastructure and Ansible for config management is the right way to think about …
Accepted Answer:
Your approach to using Terraform for provisioning infrastructure and Ansible for config management is the right way to think about …
•
By
asb