Skip to content

Instantly share code, notes, and snippets.

View kingdonb's full-sized avatar
🚀

Kingdon Barrett kingdonb

🚀
View GitHub Profile
# UNASSIGNED 10.17.13.1 - 10.17.13.2
# UNASSIGNED 10.17.13.225 - 10.17.13.240
# METALLB IPs 10.17.13.241 - 10.17.13.248
# GATEWAY = 10.17.13.249
# moo = 10.17.13.250
# matchbox = 10.17.13.251
# dnsmasq = 10.17.13.252
#
docker run --restart unless-stopped --name=matchbox -d --net=vlan-13net \
@kingdonb
kingdonb / .gitconfig
Created August 18, 2024 00:21
zsh git aliases
# This is Git's per-user configuration file.
[user]
# name = Your name here
# email = [email protected]
# signingkey = ABCD1234...
name = Work name
email = [email protected]
signingkey = 1234FEDC...
[push]
@kingdonb
kingdonb / auto-vpa-creation-policy.yaml
Created March 6, 2025 14:43 — forked from iyalang/auto-vpa-creation-policy.yaml
Kyverno policy for automated creation of Vertical Pod Autoscalers (VPAs)
---
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: auto-vpa-creation
annotations:
policies.kyverno.io/title: Add default VPA
policies.kyverno.io/category: Cost Optimization
policies.kyverno.io/subject: Vertical Pod Autoscaler
policies.kyverno.io/description: >-