Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kelwing on github.
  • I am kelwing (https://keybase.io/kelwing) on keybase.
  • I have a public key whose fingerprint is ABBD 32C8 C720 F51B 42B3 B1A6 3AA4 D48A C2EA F3AC

To claim this, I am signing this object:

@Kelwing
Kelwing / main.go
Created December 14, 2018 23:59
Tool for downloading a kubeconfig from DigitalOcean
package main
import (
"context"
"flag"
"io/ioutil"
"log"
"os"
"os/user"
"strings"

Keybase proof

I hereby claim:

  • I am kelwing on github.
  • I am kelwing (https://keybase.io/kelwing) on keybase.
  • I have a public key ASDqC2iTXK6Qf1MwGqPfLwk3hRnaQ4pX1v-Piuuqvx5Dlgo

To claim this, I am signing this object:

@Kelwing
Kelwing / k8sdo.md
Last active June 11, 2021 05:30
Deploying Kubernetes 1.11 on DigitalOcean with Rancher 2.0

Deploying Kubernetes 1.11 on DigitalOcean with Rancher 2.0

This guide will help you add support for DigitalOcean volumes and load balancers to a freshly deployed Kubernetes 1.11 cluster. It assumes you already have a cluster deployed through Rancher, have kubectl set up, and helm installed.

Set up helm

  • kubectl apply -f helm-rbac.yaml
  • helm init --service-account tiller

helm-rbac.yaml: