Skip to content

Instantly share code, notes, and snippets.

View daddydrac's full-sized avatar
🎯
Focusing

Code Vampire daddydrac

🎯
Focusing
  • United States of America
View GitHub Profile
@daddydrac
daddydrac / dask-jupyter-config.yaml
Created December 2, 2020 18:05
AWS s3 volume mount point for dask/dask-rapids helm chart
{{ if .Values.jupyter.enabled -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "dask.fullname" . }}-jupyter-config
labels:
app: {{ template "dask.name" . }}
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
@daddydrac
daddydrac / gist:3ec385eddcc882dc0a5aad4bd75cab24
Created September 24, 2020 23:01
Automated Install of RKE (Rancher)
curl -s https://api.github.com/repos/rancher/rke/releases/latest | grep download_url | grep amd64 | cut -d '"' -f 4 | wget -qi - chmod +x rke_linux-amd64 sudo mv rke_linux-amd64 /usr/local/bin/rke rke --version