Create istio-system namespace during KServe installation 80/10980/2
authorTaewan Kim <t25.kim@samsung.com>
Wed, 26 Apr 2023 06:24:05 +0000 (15:24 +0900)
committerTaewan 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

index cd17ba1..9b8aa6b 100755 (executable)
@@ -1,3 +1,10 @@
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: istio-system
+  labels:
+    istio-injection: disabled
+---
 apiVersion: install.istio.io/v1alpha1
 kind: IstioOperator
 spec: