Removed (Rust compute/CI/GPU, now decommissioned):
- argo: alpha-{cv,perception,rl}, build-ci-image, ci-pipeline, compile-and-deploy,
gpu-test-*, lob-backtest-sweep, nsys-test, sanitizer-test, smoke-test, train,
train-multi-seed, refresh-deps-cache templates + README; cargo/sccache PVC manifests;
Rust CI events (ci-pipeline-sensor, gitlab-push-eventsource, auto-compile-configmap)
- gitlab: runner-{h100,h100x2,rl,}-values.yaml (runners uninstalled)
- gpu-overlays/: ml-training + trading GPU service overlays
- training/: training-output-pvc, image-prepuller, job-template, populate-test-data, s3-creds example
- kustomization.yaml trimmed to platform RBAC + netpol
Preserved (.dbn data tooling + kept-PVC declarations + active deploy):
- training/: training-data-pvc, test-data-pvc, download-mbp10/trades, data-sync/upload jobs
- argo: databento-download-template, feature-cache-pvc, fxhnt-cockpit (cluster)
Cluster: deleted 14 dead wftmpls + gpu-test-nightly/refresh-deps-cache-nightly crons.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
315 B
YAML
9 lines
315 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# Rust train/CI/cache templates removed 2026-06-21 (decommission-rust-infra).
|
|
# Remaining: platform RBAC + network policy used by the active fxhnt-cockpit deploys.
|
|
resources:
|
|
- argo-workflow-netpol.yaml
|
|
- ci-deploy-rbac.yaml
|
|
- archive-rbac.yaml
|