Skip to content

Instantly share code, notes, and snippets.

View viglesiasce's full-sized avatar

Vic Iglesias viglesiasce

View GitHub Profile
@mgoodness
mgoodness / helm-rbac.md
Last active October 30, 2021 17:04
Helm RBAC setup for K8s v1.6+ (tested on minikube)
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
@tgerla
tgerla / copy-emi.sh
Created August 3, 2012 15:39
Copy an EMI (Eucalyptus Machine Image) from one cloud to another
#!/bin/sh
#
# Copyright (C) 2011 Eucalyptus Systems, Inc.
#
# Copies an EMI from one Eucalyptus cloud to another.
#
# This script takes several input parameters:
#
# -s <path to the source cloud eucarc>
# -d <path to the destination cloud eucarc>