Skip to content

Instantly share code, notes, and snippets.

View RobertKielty's full-sized avatar
🌎
🏠

Robert Kielty RobertKielty

🌎
🏠
View GitHub Profile
@RobertKielty
RobertKielty / dot-project-repos.md
Created June 16, 2026 10:21
maintainer-d .project repo report
@RobertKielty
RobertKielty / dot-project-repos.md
Created June 16, 2026 07:25
maintainer-d dot-project repository report
@RobertKielty
RobertKielty / dot-project-repos.csv
Created June 15, 2026 16:06
maintainer-d .project report
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 8 columns, instead of 5 in line 5.
Project Name,project.yaml,maintainers.yaml,Maintainer Count,SECURITY.md,CONTRIBUTING.md,GOVERNANCE.md,Warning
Aeraki Mesh,https://github.com/aeraki-mesh/.project/blob/main/project.yaml,https://github.com/aeraki-mesh/.project/blob/main/maintainers.yaml,7,,,,
Bank-Vaults,https://github.com/bank-vaults/.project/blob/main/project.yaml,https://github.com/bank-vaults/.project/blob/main/maintainers.yaml,10,https://github.com/bank-vaults/.project/blob/main/SECURITY.md,,,
BFE,https://github.com/bfenetworks/.project/blob/main/project.yaml,https://github.com/bfenetworks/.project/blob/main/maintainers.yaml,1,https://github.com/bfenetworks/.project/blob/main/SECURITY.md,,,
bpfman,https://github.com/bpfman/.project/blob/main/project.yaml,https://github.com/bpfman/.project/blob/main/maintainers.yaml,5,https://github.com/bpfman/.project/blob/main/SECURITY.md,,,
Cadence,https://github.com/cadence-workflow/.project/blob/main/project.yaml,https://github.com/cadence-workflow/.project/blob/main/maintainers.yaml,1,https://github.c
@RobertKielty
RobertKielty / dot-project-repos.csv
Created June 15, 2026 11:56
maintainer-d dot-project repository report
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 8 columns, instead of 3 in line 5.
Project Name,project.yaml,maintainers.yaml,Maintainer Count,SECURITY.md,CONTRIBUTING.md,GOVERNANCE.md,Warning
Aeraki Mesh,https://github.com/aeraki-mesh/.project/blob/main/project.yaml,https://github.com/aeraki-mesh/.project/blob/main/maintainers.yaml,7,,,,
Eraser,https://github.com/project-copacetic/.project/blob/main/project.yaml,https://github.com/project-copacetic/.project/blob/main/maintainers.yaml,4,https://github.com/project-copacetic/.project/blob/main/SECURITY.md,,,
CloudNativePG,https://github.com/cloudnative-pg/.project/blob/main/project.yaml,https://github.com/cloudnative-pg/.project/blob/main/maintainers.yaml,5,https://github.com/cloudnative-pg/.project/blob/main/SECURITY.md,,,
Clusterpedia,https://github.com/clusterpedia-io/.project/blob/main/project.yaml,https://github.com/clusterpedia-io/.project/blob/main/maintainers.yaml,1,https://github.com/clusterpedia-io/.project/blob/main/SECURITY.md,,,
BFE,https://github.com/bfenetworks/.project/blob/main/project.yaml,https://github.com/bfenetworks/.pro
@RobertKielty
RobertKielty / dot-project-repos.csv
Created June 15, 2026 11:42
maintainer-d dot-project repository report
Project Name project.yaml maintainers.yaml Maintainer Count SECURITY.md CONTRIBUTING.md GOVERNANCE.md Warning
@RobertKielty
RobertKielty / CDS-London-Talk-Notes.MD
Last active January 26, 2026 12:54
AI/ML Kubernetes References
@RobertKielty
RobertKielty / gitops-for-helm-users.md
Last active January 2, 2025 12:47 — forked from scottrigby/gitops-for-helm-users.md
GitOps for Helm Users

Setting up FluxCD on Oracle Cloud Infrastructure

Overview

Instructions for installing Flux on an OKE Cluster. Start by installing the flux cli tool on the Cloud Shell which has no sudo access and a downrev version of go. The standard instructions for using the flux cli install script cannot be followed exactly but with some tweaks we can make it work for Oracle Cloud

Thanks to @scottrigby for sharing their original version of this with me!

Outline

  1. Install Flux CLI
@RobertKielty
RobertKielty / kube-prometheus-stack-README.MD
Last active November 4, 2024 08:50
helm show readme prometheus-community/kube-prometheus-stack

kube-prometheus-stack

Installs the kube-prometheus stack, a collection of Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

See the kube-prometheus README for details about components, dashboards, and alerts.

Note: This chart was formerly named prometheus-operator chart, now renamed to more clearly reflect that it installs the kube-prometheus project stack, within which Prometheus Operator is only one component.

Prerequisites

@RobertKielty
RobertKielty / kube-prometheus-stack-default-values.yaml
Last active November 4, 2024 08:49
helm show values prometheus-community/kube-prometheus-stack
# Default values for kube-prometheus-stack.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## Provide a name in place of kube-prometheus-stack for `app:` labels
##
nameOverride: ""
## Override the deployment namespace
##
# This is the response to  /metrics on GitHub's ARC gha-rs-controller


k get pods | grep gha | awk '{print $1}'
k port-forward cncf-gha-controller-gha-rs-controller-798bd5b854-86vmt 8080:8080
 
# HELP certwatcher_read_certificate_errors_total Total number of certificate read errors
# TYPE certwatcher_read_certificate_errors_total counter
certwatcher_read_certificate_errors_total 0