Code Review
/
aiml-fw
/
aimlfw-dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b1eb8c3
)
Create istio-system namespace during KServe installation
80/10980/2
author
Taewan Kim
<t25.kim@samsung.com>
Wed, 26 Apr 2023 06:24:05 +0000
(15:24 +0900)
committer
Taewan Kim
<t25.kim@samsung.com>
Wed, 26 Apr 2023 06:27:20 +0000
(15:27 +0900)
Issue-ID: AIMLFW-44
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
Change-Id: I245a5ed69162924bef6b0d1d2f468fa5d5e6d849
tools/kserve/istio-minimal-operator.yaml
patch
|
blob
|
history
diff --git
a/tools/kserve/istio-minimal-operator.yaml
b/tools/kserve/istio-minimal-operator.yaml
index
cd17ba1
..
9b8aa6b
100755
(executable)
--- a/
tools/kserve/istio-minimal-operator.yaml
+++ b/
tools/kserve/istio-minimal-operator.yaml
@@
-1,3
+1,10
@@
+apiVersion: v1
+kind: Namespace
+metadata:
+ name: istio-system
+ labels:
+ istio-injection: disabled
+---
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec: