Skip to content

Kustomize support #420

Open
Open
@rbounds

Description

@rbounds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions