I hereby claim:
- I am davidcorbin on github.
- I am davidcorbin (https://keybase.io/davidcorbin) on keybase.
- I have a public key ASADhybRsZZZVCRrKA0hT2fbk3C1kkycwnlvUTSbVumScQo
To claim this, I am signing this object:
| helm upgrade --install promtail loki/promtail -n promtail \ | |
| --set volumes\[0\].name=docker \ | |
| --set volumes\[0\].hostPath.path=/var/lib/rancher/rke/log \ | |
| --set volumes\[1\].name=pods \ | |
| --set volumes\[1\].hostPath.path=/var/log/containers \ | |
| --set volumes\[2\].name=dockersym \ | |
| --set volumes\[2\].hostPath.path=/apps/docker/containers \ | |
| --set volumes\[3\].name=podssym \ | |
| --set volumes\[3\].hostPath.path=/var/log/pods\ | |
| --set volumeMounts\[0\].name=docker \ |
| sudo iptables -N LOGGING | |
| sudo iptables -A INPUT -j LOGGING | |
| sudo iptables -A OUTPUT -j LOGGING | |
| sudo iptables -A LOGGING -m limit --limit 2/min -j LOG --log-prefix "IPTables-Dropped: " --log-level 4 | |
| sudo iptables -A LOGGING -j DROP |
| name: Docker Image CI | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: |
| minikube ssh "route -n | grep ^0.0.0.0 | awk '{ print \$2 }'" |
| # Manually remove finalizers | |
| kubectl edit -n cattle-system secret tls-rancher | |
| kubectl patch secret tls-rancher -p '{"metadata":{"finalizers":[]}}' --type='merge' -n cattle-system | |
| kubectl patch namespace cattle-system -p '{"metadata":{"finalizers":[]}}' --type='merge' -n cattle-system | |
| kubectl delete namespace cattle-system --grace-period=0 --force | |
| kubectl patch namespace cattle-global-data -p '{"metadata":{"finalizers":[]}}' --type='merge' -n cattle-system | |
| kubectl delete namespace cattle-global-data --grace-period=0 --force |
| curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh |
| #!/usr/bin/env escript | |
| main([ConfigFile]) -> | |
| {ok, Terms} = file:consult(ConfigFile), | |
| io:format("~p~n",[Terms]). |
| %matplotlib widget | |
| from ipywidgets import * | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| x = np.linspace(0, 2 * np.pi) | |
| fig = plt.figure() | |
| ax = fig.add_subplot(1, 1, 1) | |
| line, = ax.plot(x, np.sin(x)) |
| ## Plot theme | |
| %matplotlib inline | |
| import matplotlib.pyplot as plt | |
| plt.style.use('Solarize_Light2') | |
| #plt.style.available | |
| ## High quality plot | |
| %config InlineBackend.figure_format = 'svg' |
I hereby claim:
To claim this, I am signing this object: