Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 741 Bytes

manifests

A repository for Kustomize manifests

Install Kustomize

go get -u github.com/kubernetes-sigs/kustomize

Basic Usage

git clone https://github.com/kubeflow/manifests
kustomize build | kubectl apply -f

Bridging kustomize and ksonnet

Equivalent to parameters in ksonnet, kustomize has vars. But the customizable objects are limited to this list

Installing to a custom namespace

For example, to install in kubeflow-dev. From the root of the repo run:

kustomize edit set namespace kubeflow-dev

List of Kubeflow components available

  • Ambassador

  • Argo

  • Profiles