Skip to content

Instantly share code, notes, and snippets.

View TimJones's full-sized avatar
🏠

Tim Jones TimJones

🏠
View GitHub Profile
@TimJones
TimJones / ceph-cluster-dash.json
Last active January 9, 2023 11:22
Grafana dashboards for Rook/Ceph
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
@TimJones
TimJones / calico.yaml
Last active November 28, 2023 10:09 — forked from rsmitty/calico.yaml
---
# Source: calico/templates/calico-kube-controllers.yaml
# This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: calico-kube-controllers
namespace: kube-system
labels:
@TimJones
TimJones / README.md
Last active January 21, 2024 10:49
Technobabylon

Game interface seems to be non-existent.

@TimJones
TimJones / azureccm.yaml
Last active April 12, 2024 16:19
Tech Interview Manifests
---
# Source: cloud-provider-azure/templates/cloud-provider-azure.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloud-controller-manager
namespace: kube-system
---
# Source: cloud-provider-azure/templates/cloud-provider-azure.yaml
apiVersion: v1