Playing around using rollup to bundle things for copy/paste into cuttle.xyz.
npm install
rollup -c
copy/paste bundle.js
Playing around using rollup to bundle things for copy/paste into cuttle.xyz.
npm install
rollup -c
copy/paste bundle.js
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <array> | |
| <dict> | |
| <key>Activate</key> | |
| <string>Normal</string> | |
| <key>CreationDate</key> | |
| <real>582833929.55457795</real> | |
| <key>Macros</key> | 
Much of this is based from reading/adapting https://thebookofshaders.com.
Noise Repo looks good: https://github.com/ashima/webgl-noise/tree/master/src
| { | |
| "header": { | |
| "Variant": "truefox", | |
| "Generator": "KIICONF 0.2", | |
| "Base": "TheTrueFoxBase", | |
| "Date": "2016-05-30", | |
| "KLL": "0.3c", | |
| "Author": "HaaTa (Jacob Alexander) 2015", | |
| "Version": "0.2", | |
| "Name": "WhiteFox", | 
| # These filters are based on email that Tim Hockin sent to kubernetes-dev a | |
| # while ago on how to bring some sanity to github notifications with Kubernetes. | |
| # | |
| # https://groups.google.com/forum/#!msg/kubernetes-dev/5qU8irU7_tE/aZov0LpCBwAJ | |
| # | |
| # This file can be processed with https://github.com/mesozoic/gmail-yaml-filters | |
| # Mark all k8s email | |
| - match: | |
| any: | 
kubectl proxyThings are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.
Option 1: Give UI SA with admin. Don't do this!
| Things to cover: | |
| * Installing heapster and what it does | |
| * requests vs. limits, compressible vs. incompressible | |
| * Running kuard without any limits, show memory in heapster | |
| * Resource QoS: Guaranteed, Burstable, BestEffort | |
| * [coming soon] Pod priority/preemption | |
| * Quota | |
| * LimitRange admission controller | |
| Links: |