Skip to content

Instantly share code, notes, and snippets.

View lpasselin's full-sized avatar

Louis-Philippe Asselin lpasselin

View GitHub Profile
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: overlaytest
spec:
selector:
matchLabels:
name: overlaytest
template:
metadata:
### Keybase proof
I hereby claim:
* I am lpasselin on github.
* I am lpasselin (https://keybase.io/lpasselin) on keybase.
* I have a public key whose fingerprint is 3F7D D44D D390 5E96 89FF FF60 5C49 7257 D764 3D60
To claim this, I am signing this object:
@lpasselin
lpasselin / ThinkLight
Created July 10, 2016 03:29 — forked from vzaliva/ThinkLight
This script controll keyboard backlight on IBM ThinkPad X-series
#!/bin/bash
# Vadim Zaliva lord@crocodile.org
# based on https://gist.github.com/hadess/6847281
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2
exit 1
fi