Skip to content

Instantly share code, notes, and snippets.

View mrbobbytables's full-sized avatar
:shipit:
E_TO_MANY_THINGS

Bob Killen mrbobbytables

:shipit:
E_TO_MANY_THINGS
View GitHub Profile
@mrbobbytables
mrbobbytables / knative-eventing-v1.0.0.spdx
Created November 18, 2021 20:29
knative-eventing-v1.0.0.spdx
This file has been truncated, but you can view the full file.
SPDXVersion: SPDX-2.2
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: SBOM-SPDX-cb055e0e-733d-43b4-811c-1ea02ad93c7f
DocumentNamespace: https://knative.dev/eventing
Creator: Tool: k8s.io/release/pkg/spdx
Created: 2021-11-18T20:20:18Z
##### Package: eventing
This file has been truncated, but you can view the full file.
SPDXVersion: SPDX-2.2
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: SBOM-SPDX-57558dac-bc49-48f5-997e-e206e49c1e92
DocumentNamespace: https://knative.dev/serving
Creator: Tool: k8s.io/release/pkg/spdx
Created: 2021-11-16T15:15:43Z
##### Package: serving
#!/usr/bin/env python3
# Copyright 2021 Google LLC.
# SPDX-License-Identifier: Apache-2.0
import os
import sys
import csv
from github import Github
@mrbobbytables
mrbobbytables / better-twitter
Created July 25, 2019 01:44
remove twitter sidebar
twitter.com##h1:has-text(Trending now):nth-ancestor(4)
twitter.com##aside[aria-label="Who to follow"]:nth-ancestor(2)
twitter.com##a[href="https://twitter.com/tos"]:nth-ancestor(1)
@mrbobbytables
mrbobbytables / install.md
Last active November 10, 2023 02:22
Kubernetes Tutorial Install Prerequisites

Kubernetes Tutorial Install Instructions

If you have any questions or run into any problems, please don't hesitate to contact me here: rkillen@umich.edu

All Platforms

Ensure your laptop has Virtualization Extensions (Intel VT or AMD-V) enabled and is capable of running a 2 core, 2GB RAM Virtual Machine.

Software to be Installed

Documentation

  • website is changing from jekyll to hugo
  • branch master:website/docs becomes branch hugo-migration:website/content/en/docs

API Machinery

  • CDRs
@mrbobbytables
mrbobbytables / developer-tools.md
Last active May 1, 2018 13:57
Developer Tools

Developer Tools

What APIs should we target, what parts of the developer workflow haven't been covered yet

Topics to Cover:

  • Do you think the Developer tools for Kubernetes is a solved problem?
  • No

Long form responses from SIG Apps survey

  • Need to talk about developer experience
@mrbobbytables
mrbobbytables / crd-and-aggregation-future-and-pain-points.md
Last active May 1, 2018 13:58
CRD and aggregation - future and pain points

CRD and aggregation - future and pain points

outlook - aggregation

  • API stable since 1.10

  • GSoC project with @xmudrii: share etcd storage

    • kubectl create etcdstorage your api-server
  • Store custom data in etcd

outlook custom resources

missed first part due to laptop being dumb

Networking

pod "ready++" allow external systems (load-balancers, policies etc) to participate in rolling updates. External system decorates pod with ready status

Ingress

  • lowest common denominator api
  • very limited with with current configuration
@mrbobbytables
mrbobbytables / client-go-and-api-extensions.md
Last active May 1, 2018 10:40
client-go and API extensions

client-go and API extensions

Goals for the Session

  • What is currently painful when building a controller
  • Questions around best practices
  • After this week
  • As someone new:
    • What is hard to grasp?
  • As someone experienced: