This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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