Skip to content

Operator Resource Mapping (ORM) is a mechanism to allow Kubeturbo to manage resources in an Operator managed Kubernetes cluster, for example to vertically scale containers or horizontally scale pods.

License

Notifications You must be signed in to change notification settings

enlinxu/operator-resource-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71ecb34 · May 3, 2022

History

9 Commits
Apr 27, 2022
May 3, 2022
May 3, 2022
Apr 27, 2022
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022
Apr 13, 2022
Apr 27, 2022
Apr 18, 2022
Apr 18, 2022
May 3, 2022
May 3, 2022
May 3, 2022

Repository files navigation

operator-resource-mapping

Operator Resource Mapping (ORM) is a mechanism to achieve configuration consistency between running deployments and CustomResource, for example operator managed applications with VPA and HPA

The CRD is available at config/crd/bases

Install by

kubectl apply -f .config/crd/bases/turbonomic.io_operatorresourcemappings.yaml

Use Makefile

make install will generate a new CRD with updates (if any) and install it to the current kubectl context

About

Operator Resource Mapping (ORM) is a mechanism to allow Kubeturbo to manage resources in an Operator managed Kubernetes cluster, for example to vertically scale containers or horizontally scale pods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published