I hereby claim:
- I am krisclarkdev on github.
- I am krisclarkdev (https://keybase.io/krisclarkdev) on keybase.
- I have a public key ASBDLYWrZBpYPIsXyT7Wf9Z_izH-fi-ZRdbBWx50RxlTHwo
To claim this, I am signing this object:
| kind: ClusterRoleBinding | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| metadata: | |
| name: heapster | |
| roleRef: | |
| apiGroup: rbac.authorization.k8s.io | |
| kind: ClusterRole | |
| name: system:heapster | |
| subjects: | |
| - kind: ServiceAccount |
| $(document).ready(function() { | |
| var testString = '\'"some!@#456":<>?/`~=+String'; | |
| $('#before').html(testString); | |
| $('#after').html(testString.replace(/[^a-zA-Z0-9]/g,'_')); | |
| }); |
| #!/bin/bash | |
| while test $# -gt 0; do | |
| case "$1" in | |
| -h|--help) | |
| echo "sendMetric.sh - send a single metric to Wavefront proxy" | |
| echo " " | |
| echo "sendMetric.sh [arguments]" | |
| echo " " | |
| echo "arguments:" |
| /* | |
| Step 1. Create a folder called "mycollector" inside telegraf/plugins/inputs | |
| Step 2. Create a file named "mycollector.go" inside the above folder | |
| Step 3. Add an entry for "mycollector" *alphabetically* in plugins/inputs/all/all.go | |
| _ "github.com/influxdata/telegraf/plugins/inputs/mycollector" | |
| */ | |
| package mycollector |
| --- | |
| apiVersion: storage.k8s.io/v1 | |
| kind: StorageClass | |
| metadata: | |
| name: local | |
| provisioner: kubernetes.io/no-provisioner | |
| volumeBindingMode: WaitForFirstConsumer | |
| --- | |
| apiVersion: v1 | |
| kind: PersistentVolume |
I hereby claim:
To claim this, I am signing this object: