Add VPA CRDs + kubeconform schemas (vpa-system app, CRDs only)
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-07-25 18:13:21 +10:00
parent 69f304f60d
commit eb747775ca
8 changed files with 851 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
# VPA CRDs (verticalpodautoscalers + verticalpodautoscalercheckpoints) from
# the kubernetes/autoscaler repo at the pinned release tag, served through the
# artifactapi github remote (pattern allowlisted in terraform-artifactapi#14).
# The recommender deployment lands separately once these CRDs (and their
# kubeconform schemas under schemas/autoscaling.k8s.io/) are in.
- https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github/kubernetes/autoscaler/raw/vertical-pod-autoscaler-1.7.0/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
+5
View File
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: vpa-system