A Crossplane Configuration package that installs the Kubeflow Helm chart with a minimal, stable interface.
helm-kubeflow renders a single Helm release for Kubeflow. It exposes only the inputs needed
for chart values, namespace, and release name, keeping the interface stable while allowing full Helm overrides.
- Minimal Helm interface: values and overrideAllValues with stable defaults
- Predictable naming: defaults to
<clusterName>-kubeflowin thekubeflownamespace - GitOps friendly: ships a
.gitops/deploy chart
- Crossplane installed in the cluster
- Crossplane providers:
provider-helm(>=v1.0.6)
- Crossplane function:
function-auto-ready(>=v0.6.0)
- Istio installed and configured (Kubeflow dependency)
- Sufficient cluster resources for ML workloads
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: helm-kubeflow
spec:
package: ghcr.io/hops-ops/helm-kubeflow:latestapiVersion: helm.hops.ops.com.ai/v1alpha1
kind: Kubeflow
metadata:
name: kubeflow
namespace: example-env
spec:
clusterName: example-cluster
values:
pipelines:
enabled: true
notebooks:
enabled: truemake render
make validate
make test