mlflow-operator

module
v0.0.0-...-91183f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT

README

mlflow-operator

Description

This project aims to provide a Kubernetes Operator for MLflow.

Running on the local

Check local steps for running on your local machine.

Running on the cluster
# Install the CRDs into the cluster
make install
# Install instances of CR
kubectl apply -f config/samples/
# Build and push your image
make docker-build docker-push IMG=<some-registry>/mlflow-operator:tag
# Deploy the controller to the cluster
make deploy IMG=<some-registry>/mlflow-operator:tag
Clean from cluster
# To delete the CRDs from the cluster
make uninstall
# Undeploy the controller from the cluster
make undeploy
Modifying the API definitions

If you are editing the API definitions, generate the manifests such as CRs or CRDs using:

make manifests
make generate

Directories

Path Synopsis
api
v1beta1
Package v1beta1 contains API Schema definitions for the mlflow v1beta1 API group +kubebuilder:object:generate=true +groupName=mlflow.trendyol.com
Package v1beta1 contains API Schema definitions for the mlflow v1beta1 API group +kubebuilder:object:generate=true +groupName=mlflow.trendyol.com
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳