Skip to content

Instantly share code, notes, and snippets.

View justaugustus's full-sized avatar
:shipit:

Stephen Augustus justaugustus

:shipit:
View GitHub Profile

Keybase proof

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:

@justaugustus
justaugustus / keybase.md
Created December 16, 2017 10:25
Keybase

Keybase proof

I hereby claim:

  • I am justaugustus on github.
  • I am justaugustus (https://keybase.io/justaugustus) on keybase.
  • I have a public key ASBc3LFF0ryGVFQHnhxvvbdtTc2H66xB1K7aEK_VYmdfngo

To claim this, I am signing this object:

Release Special Interest Group

@justaugustus
justaugustus / add.yaml
Created February 20, 2019 01:45
Enhancements repo write access
- abgworrall
- amwat
- andrewsykim
- bradamant3
- brancz
- carolynvs
- chenopis
- csbell
- d-nishi
- danielromlein
@justaugustus
justaugustus / generate-shas.sh
Created August 18, 2019 06:54
Testing SHAs for Kubernetes
#!/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"
@justaugustus
justaugustus / addons.yaml
Created October 1, 2019 03:12
capz v1alpha2 hacks
---
# 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"
@justaugustus
justaugustus / backfill.log
Last active March 3, 2020 00:41
Container image promoter backfill
$ 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.")
}