We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Contributions are welcome :)
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: