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

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