-
Updated
Jun 11, 2020 - Vue
digitalocean
Here are 735 public repositories matching this topic...
-
Updated
Apr 30, 2020
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment and email to contact@komiser.io.
We will need a URL to a svg or png logo, a text title and a company URL.
When I'm using doctl as part of a CI/CD process, I want to be able to set a custom expiration time when calling kubernetes cluster kubeconfig {save,show} so that I can feel secure and not have long lived API tokens that need to be manually cleaned up.
This is supported in the API and in godo:
https://developers.digitalocean.com/documentation/v2/#retrieve-the-kubeconfig-for-a-kubernetes-c
-
Updated
Mar 11, 2018 - Ruby
Bug
For want of a better categorisation. The first thing that kube-proxy logs at startup is the following:
W0913 12:02:58.529651 1 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.
Environment
- Platform: aws
- OS: container-linux
- Ref: v1.11.2
- Terraform: 0.11.8
- Pl
-
Updated
Jun 13, 2020
-
Updated
May 9, 2020 - Python
I have an app integration with DigitalOcean and when a user deletes the integration on my app I want to delete it on DigitalOcean. As I understand this could be achieved via https://developers.digitalocean.com/documentation/oauth/#revoke-token-flow, right? Currently as I understand there's no such method in the sdk.
Hi,
I am trying to use this to manage powerdns as a python package.
Is there a doc somewhere on how to configure the endpoints for this with examples ?
Thanks
-
Updated
Mar 21, 2020 - Shell
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
-
Updated
Nov 20, 2018 - Python
Similar to our fake tag service, we should also provide a fake load-balancer service. This will make testing much more simpler because testers won't need to think about what each API method should return anymore. Instead, it allows t
I'd like to understand how this compares to:
https://nixos.wiki/wiki/Installing_from_Linux
Also, how this compares to downloading a NixOS ISO and starting some sort of installation procedure from that ISO, if that's different from the link above.
A section in the README that says something about what this does not do, and what it improve on, and what it does (the latter is somewhat desc
-
Updated
Jul 21, 2018 - HCL
-
Updated
May 7, 2019 - Go
-
Updated
Sep 24, 2019 - Python
Affected Resource(s)
- digitalocean_kubernetes_cluster
Terraform Configuration Files
resource "digitalocean_kubernetes_cluster" "foo" {
name = "foo"
region = "nyc1"
version = "1.12.1-do.2"
node_pool {
name = "worker-pool"
size = "s-2vcpu-2gb"
node_count = 3
}
}Expected Behavior
Have the option to enable auto upgrad
Expected Behaviour
After provisioning and coming back later, an inlets exit-node will be known mainly by its IP rather than the internal ID used by the cloud provider.
We co
-
Updated
Mar 16, 2020 - Python
-
Updated
Jun 14, 2020
After running procsd create the services were not starting and I was receiving:
/bin/bash: -c: option requires an argument
It turns out that an argument is missing after the service file is generated. An exec should be added:
ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'
It also the same in Foreman. procsd does no
-
Updated
May 5, 2020 - Java
-
Updated
Oct 28, 2018 - JavaScript
-
Updated
Oct 13, 2019 - Go
Improve this page
Add a description, image, and links to the digitalocean topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the digitalocean topic, visit your repo's landing page and select "manage topics."


What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of
captain-definitionfile:N/A
Steps to reproduce the problem: