Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kustomize support #420

Open
rbounds opened this issue Apr 14, 2022 · 1 comment
Open

Kustomize support #420

rbounds opened this issue Apr 14, 2022 · 1 comment

Comments

@rbounds
Copy link

rbounds commented Apr 14, 2022

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:

# 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
@mikkeloscar
Copy link
Contributor

Contributions are welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants