This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathkfctl_openshift_tekton_kfserving.v1.1.0.yaml
134 lines (134 loc) · 3.59 KB
/
kfctl_openshift_tekton_kfserving.v1.1.0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
apiVersion: kfdef.apps.kubeflow.org/v1
kind: KfDef
metadata:
namespace: kubeflow
spec:
applications:
# openshift specific
- kustomizeConfig:
repoRef:
name: manifests
path: openshift/openshift-scc/base
name: openshift-scc
# istio related components
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/istio-stack
name: istio-stack
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/cluster-local-gateway
name: cluster-local-gateway
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/istio
name: istio
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/add-anonymous-user-filter
name: add-anonymous-user-filter
# application
- kustomizeConfig:
repoRef:
name: manifests
path: application/v3
name: application
# cert-manager
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/cert-manager-crds
name: cert-manager-crds
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/cert-manager-kube-system-resources
name: cert-manager-kube-system-resources
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/cert-manager
name: cert-manager
# bootstrap
# - kustomizeConfig:
# repoRef:
# name: manifests
# path: stacks/openshift/application/bootstrap
# name: bootstrap
# kubeflow apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/base
name: kubeflow-apps
# - kustomizeConfig:
# repoRef:
# name: manifests
# path: stacks/openshift/components/admission-webhook
# name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/profile-control-plane
name: kubeflow-apps
# install Tekton Pipelines, if you choose to use OpenShift Pipelines
# pre-installed on your OCP cluster, comment out this component
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/tektoncd
name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/kfp-tekton
name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/metadata
name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/notebooks
name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/pytorch-job
name: kubeflow-apps
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/components/tf-job
name: kubeflow-apps
# others:
- kustomizeConfig:
repoRef:
name: manifests
path: metacontroller/base
name: metacontroller
- kustomizeConfig:
repoRef:
name: manifests
path: stacks/openshift/application/spark-operator
name: spark-operator
- kustomizeConfig:
repoRef:
name: manifests
path: knative/installs/generic
name: knative
- kustomizeConfig:
repoRef:
name: manifests
path: kfserving/installs/generic
name: kfserving
repos:
- name: manifests
uri: https://github.com/adrian555/manifests/archive/update-manifests-repo-link.tar.gz
version: master