Skip to content

Instantly share code, notes, and snippets.

View sroze's full-sized avatar

Samuel ROZE sroze

View GitHub Profile
@sroze
sroze / designer.html
Created October 20, 2014 08:29
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../paper-progress/paper-progress.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@sroze
sroze / .drone.yml
Created March 18, 2015 17:45
Drone continous deployment with Capistrano
[...]
deploy:
bash:
when:
branch: master
script:
- bundle install
- bundle exec cap staging deploy
@sroze
sroze / etc-default-etcd
Created May 23, 2015 15:08
etcd upstart
ETCD_OPTIONS="--addr=127.0.0.1:4001 --bind-addr=0.0.0.0:4001 --data-dir=/var/etcd/data"
@sroze
sroze / etc-default-flanneld
Last active August 29, 2015 14:21
Flannel upstart
FLANNELD_OPTIONS="--etcd-endpoints=http://${MASTER_IP}:4001"
@sroze
sroze / etc-default-kubernetes-proxy
Created May 23, 2015 16:07
Kubernetes proxy upstart
PROXY_OPTIONS="--master=http://{MASTER_IP}:8080 --v=2"
@sroze
sroze / kubernetes.diff
Created May 25, 2015 13:36
Kubernetes patch
diff --git a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
index dab1fe1..153fa03 100644
--- a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
+++ b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
@@ -20,8 +20,9 @@ spec:
name: heapster
command:
- /heapster
- - --source=kubernetes:https://kubernetes
+ - --source=kubernetes:http://kubernetes-ro?auth=
@sroze
sroze / etc-init-docker-bootstrap
Created May 25, 2015 13:46
Docker bootstrap upstart
description "Docker bootstrap"
script
# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker-bootstrap)
DOCKER=/usr/bin/docker
DOCKER_OPTIONS="-d -H unix:///var/run/docker-bootstrap.sock -p /var/run/docker-bootstrap.pid --iptables=false --ip-masq=false --bridge=none --graph=/var/lib/docker-bootstrap"
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB
fi
exec "$DOCKER" $DOCKER_OPTIONS
@sroze
sroze / "configuration" on CP ui
Last active June 14, 2016 14:04
Docker & CP example 1
environment_variables:
- name: GITHUB_TOKEN
value: thevalue
- name: SOME_SECRET
value: blahblha

Keybase proof

I hereby claim:

  • I am sroze on github.
  • I am sroze (https://keybase.io/sroze) on keybase.
  • I have a public key whose fingerprint is D12F 83A6 F476 C26A 0563 3F12 8354 26F5 5A19 FB84

To claim this, I am signing this object:

@sroze
sroze / download-file.sh
Last active December 15, 2017 17:16
Share files with transfer.sh (encrypted)
curl https://transfer.sh/<unique-string>/database.sql | gpg -o- > database.sql