Skip to content

Instantly share code, notes, and snippets.

View sylus's full-sized avatar
:octocat:
Learning all things Cloud Native (CNCF)

William H sylus

:octocat:
Learning all things Cloud Native (CNCF)
View GitHub Profile
@sylus
sylus / admin-ds.yaml
Created August 25, 2020 03:53 — forked from zachomedia/admin-ds.yaml
Kubernetes Node Shell
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: sh
namespace: kube-system
spec:
selector:
matchLabels:
app: sh
template: