Skip to content

Instantly share code, notes, and snippets.

@vpavlin
Created June 2, 2020 19:15
Embed
What would you like to do?
# 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: openshift/openshift-scc
name: openshift-scc
- kustomizeConfig:
overlays:
repoRef:
name: manifests
path: pytorch-job/pytorch-job-crds
name: pytorch-job-crds
- kustomizeConfig:
repoRef:
name: manifests
path: pytorch-job/pytorch-operator
name: pytorch-operator
repos:
- name: manifests
uri: https://api.github.com/repos/opendatahub-io/manifests/tarball/pull/38/head
version: v1.0-branch-openshift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment