I hereby claim:
- I am jimmidyson on github.
- I am jimmidyson (https://keybase.io/jimmidyson) on keybase.
- I have a public key ASBYWoH1c72b9u7pXgq0VHZ9ad03o_ZuyqHjkBxh-xK3gQo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
if [ -z ${SCRIPT_DIR+x} ]; then | |
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
readonly SCRIPT_DIR | |
fi | |
# shellcheck source=./variables.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pki |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ginkgo_test_test | |
import ( | |
"fmt" | |
"math/rand" | |
"time" | |
. "github.com/onsi/ginkgo" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1nuD8osXNvQVLVBSvBmx4aQBx6QaLhg5q https://explorer.blockstack.org/address/1nuD8osXNvQVLVBSvBmx4aQBx6QaLhg5q |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Autocompletion for oc, the command line interface for OpenShift | |
# | |
# Author: https://github.com/jimmidyson | |
if [ $commands[oc] ]; then | |
source <(oc completion zsh) | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: prometheus | |
spec: | |
containers: | |
- env: | |
- name: KUBERNETES_NAMESPACE | |
valueFrom: | |
fieldRef: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jimmidyson on github. | |
* I am jimmidyson (https://keybase.io/jimmidyson) on keybase. | |
* I have a public key whose fingerprint is 5B55 57A0 9422 9FB7 ED62 4B8C 8F47 C801 8D2A D863 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oadm ca create-server-cert \ | |
--cert=openshift.local.config/master/master.server.crt \ | |
--key=openshift.local.config/master/master.server.key \ | |
--hostnames=[ANY_OTHER_HOSTNAMES_HERE,]kubernetes.default.svc,kubernetes.default.svc.cluster.local,localhost,openshift.default.svc.cluster.local,127.0.0.1 |
NewerOlder