Skip to content

hougangliu/manifests

 
 

Repository files navigation

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

About

A repository for Kustomize manifests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published