prole/mock_val/hostprobe-pi.yaml
chrisfu 3943d1b298 feat(mock_val): add diagnostics, utilities, and misc operational scripts
Diagnostics:
  diag_gitlab_boot.sh, diag_gitlab_webservice_oom.sh, diag_gke_storage.sh

Utilities:
  ensure_default_storage_class.sh — set/verify default StorageClass
  preflight_kubecontext.sh        — validate kubecontext before ops
  onboard_engineer.sh             — new engineer onboarding script
  gen_oidc_signing_key.sh         — generate OIDC signing key
  fetch_prole_secrets.sh          — pull secrets from vault
  set-k3s-token-1password.sh      — store k3s token in 1Password
  sync_cnpg_grafana_dashboard.py  — sync CNPG dashboard to Grafana

Config/certs:
  krb5.local.conf, knoe-db-ca.crt

Updated: build-a-bao.sh, hostprobe-*.yaml, hosts.txt, knoe-db-passwwd.sh,
         repair_pipeline.sh, status.sh, status_common_services.sh
Co-authored-by: Junie <junie@jetbrains.com>
2026-05-23 21:31:40 -07:00

19 lines
369 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: knoe-hostprobe-pi
namespace: kube-system
spec:
nodeName: pi.prole.org
hostNetwork: true
hostPID: true
tolerations:
- operator: Exists
containers:
- name: netshoot
image: nicolaka/netshoot:latest
securityContext:
privileged: true
command: ["sleep", "86400"]
restartPolicy: Never