Files
service-catalog/charts/kubeflow/contrib/metacontroller
2025-01-13 02:31:27 +00:00
..
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00

Metacontroller

Metacontroller is an add-on for Kubernetes that makes it easy to write and deploy custom controllers.

Prerequisites

  • Kubernetes v1.16+ (because of maintainability, e2e test suite might not cover all releases).
  • You should have kubectl available and configured to talk to the desired cluster.
  • kustomize.

Compile manifests

make hydrate

Install Metacontroller

make apply

Verify deployment

make test

Uninstall Metacontroller

make delete

Upgrade Metacontroller

To upgrade to the lates version used in Kubeflow, follow the steps in UPGRADE.md.