Open rbounds opened 2 years ago
I'd like to be able to install kube-metircs-adapter as a kustomize remote target.
kube-metircs-adapter
It should be a small effort to add this support.
A very quick example. There is possibly a better order for resources:
# cd docs # kustomize create --resources "*.yaml" # cat kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cluster_scaling_schedules_crd.yaml - custom-metrics-apiservice.yaml - deployment.yaml - external-metrics-apiservice.yaml - rbac.yaml - scaling_schedules_crd.yaml - service.yaml
Contributions are welcome :)
I'd like to be able to install
kube-metircs-adapter
as a kustomize remote target.It should be a small effort to add this support.
A very quick example. There is possibly a better order for resources: