The Wayback Machine - https://web.archive.org/web/20200615030421/https://github.com/topics/digitalocean
Skip to content
#

digitalocean

Here are 735 public repositories matching this topic...

aniketpanjwani
aniketpanjwani commented Nov 29, 2019

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-definition file:

N/A

Steps to reproduce the problem:

  1. Install Gitea
andrewsomething
andrewsomething commented Apr 28, 2020

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

pms1969
pms1969 commented Sep 25, 2018

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
rishabh-bansal
rishabh-bansal commented Oct 4, 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

alexanderkjeldaas
alexanderkjeldaas commented Apr 19, 2018

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

MarianoRD
MarianoRD commented May 22, 2019

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

n4cr
n4cr commented Jul 29, 2019

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

Improve this page

Add a description, image, and links to the digitalocean topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the digitalocean topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.