Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cherry-Pick] Multi-node feature #423

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 3 additions & 207 deletions config/crd/full/serving.kserve.io_clusterservingruntimes.yaml

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions config/crd/full/serving.kserve.io_clusterstoragecontainers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
command:
items:
type: string
type: array
x-kubernetes-list-type: atomic
env:
items:
properties:
Expand All @@ -54,7 +52,6 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -93,7 +90,6 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand All @@ -106,16 +102,12 @@ spec:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
envFrom:
items:
properties:
configMapRef:
properties:
name:
default: ""
type: string
optional:
type: boolean
Expand All @@ -126,15 +118,13 @@ spec:
secretRef:
properties:
name:
default: ""
type: string
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
type: object
type: array
x-kubernetes-list-type: atomic
image:
type: string
imagePullPolicy:
Expand All @@ -149,7 +139,6 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
httpGet:
properties:
Expand All @@ -167,7 +156,6 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
Expand Down Expand Up @@ -209,7 +197,6 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
httpGet:
properties:
Expand All @@ -227,7 +214,6 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
Expand Down Expand Up @@ -270,7 +256,6 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
failureThreshold:
format: int32
Expand Down Expand Up @@ -302,7 +287,6 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
Expand Down Expand Up @@ -377,7 +361,6 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
failureThreshold:
format: int32
Expand Down Expand Up @@ -409,7 +392,6 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
Expand Down Expand Up @@ -500,27 +482,16 @@ spec:
properties:
allowPrivilegeEscalation:
type: boolean
appArmorProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
capabilities:
properties:
add:
items:
type: string
type: array
x-kubernetes-list-type: atomic
drop:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
privileged:
type: boolean
Expand Down Expand Up @@ -576,7 +547,6 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
failureThreshold:
format: int32
Expand Down Expand Up @@ -608,7 +578,6 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
Expand Down Expand Up @@ -671,9 +640,6 @@ spec:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- devicePath
x-kubernetes-list-type: map
volumeMounts:
items:
properties:
Expand All @@ -685,8 +651,6 @@ spec:
type: string
readOnly:
type: boolean
recursiveReadOnly:
type: string
subPath:
type: string
subPathExpr:
Expand All @@ -696,9 +660,6 @@ spec:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- mountPath
x-kubernetes-list-type: map
workingDir:
type: string
required:
Expand Down
Loading
Loading