I hereby claim:
- I am justaugustus on github.
- I am justaugustus (https://keybase.io/justaugustus) on keybase.
- I have a public key whose fingerprint is 9943 8E34 8327 A129 4D3E 29F9 8101 A023 18B3 568F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| - abgworrall | |
| - amwat | |
| - andrewsykim | |
| - bradamant3 | |
| - brancz | |
| - carolynvs | |
| - chenopis | |
| - csbell | |
| - d-nishi | |
| - danielromlein |
| #!/usr/bin/env bash | |
| GITHUB_TOKEN="$( echo "$GITHUB_TOKEN" | tr -d '[:space:]' )" | |
| [[ -n "$GITHUB_TOKEN" ]] && GITHUB_TOKEN_FLAG=("-u" "${GITHUB_TOKEN}:x-oauth-basic") | |
| GHCURL="curl -s --fail --retry 10 ${GITHUB_TOKEN_FLAG[*]}" | |
| GITHUB_API='https://api.github.com' | |
| K8S_GITHUB_API_ROOT="${GITHUB_API}/repos" | |
| K8S_GITHUB_API="$K8S_GITHUB_API_ROOT/justaugustus/kubernetes" | |
| K8S_GITHUB_URL='https://github.com/justaugustus/kubernetes' | |
| RELEASE_BRANCH="master" |
| --- | |
| # Source: calico/templates/calico-config.yaml | |
| # This ConfigMap is used to configure a self-hosted Calico installation. | |
| kind: ConfigMap | |
| apiVersion: v1 | |
| metadata: | |
| name: calico-config | |
| namespace: kube-system | |
| data: | |
| # Typha is disabled. |
| #!/usr/bin/env bash | |
| set -euxo pipefail | |
| RELEASES=( | |
| "v0.7.5" | |
| "v0.7.6" | |
| "v0.8.0" | |
| "v0.8.1" | |
| "v0.8.2" |
| $ time bazel run \ | |
| > --workspace_status_command=$PWD/workspace_status.sh \ | |
| > --host_force_python=PY2 //:cip -- -snapshot=gcr.io/google-containers \ | |
| > -output-format=YAML > images.yaml | |
| Starting local Bazel server and connecting to it... | |
| Loading: | |
| Loading: 0 packages loaded | |
| Loading: 0 packages loaded | |
| Loading: 0 packages loaded | |
| Loading: 0 packages loaded |
| package main | |
| import fmt | |
| // main is a function that... no, just no. | |
| func main() { | |
| fmt.Printf("No.") | |
| } |
Twitter thread: https://twitter.com/stephenaugustus/status/1406676086407184389