Skip to content

Instantly share code, notes, and snippets.

@vpavlin
Created June 2, 2020 19:15
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/e7f4b1dc75d152d1b4e3f24fabd581a5 to your computer and use it in GitHub Desktop.
Save vpavlin/e7f4b1dc75d152d1b4e3f24fabd581a5 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: 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