Skip to content

Instantly share code, notes, and snippets.

@vpavlin
Last active December 12, 2019 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpavlin/650deaf10ab286130ae25f7ddb63640b to your computer and use it in GitHub Desktop.
Save vpavlin/650deaf10ab286130ae25f7ddb63640b to your computer and use it in GitHub Desktop.
# This is the config to install Kubeflow on an existing k8s cluster.
# If the cluster already has istio, comment out the istio install part below.
apiVersion: kfdef.apps.kubeflow.org/v1beta1
kind: KfDef
metadata:
# If name is not set, kfctl will infer app name from the directory.
# name: myapp2
namespace: kubeflow
spec:
applications:
- kustomizeConfig:
repoRef:
name: manifests
path: katib/katib-crds
name: katib-crds
- kustomizeConfig:
overlays:
- openshift
repoRef:
name: manifests
path: katib/katib-controller
name: katib-controller
repos:
- name: manifests
uri: #Path to your manifests clone e.g. /home/vpavlin/devel/github.com/vpavlin/manifests-work
version: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment