Skip to content

Commit 1bd1e07

Browse files
authored
fix: delete unnecessary istio-sidecar configuration (#257)
1 parent 029d53b commit 1bd1e07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

terraform/layer2-k8s/eks-istio.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ pilot:
2626
memory: "2Gi"
2727
nodeSelector:
2828
eks.amazonaws.com/capacityType: ON_DEMAND
29-
sidecarInjectorWebhook:
30-
injectedAnnotations:
31-
cluster-autoscaler.kubernetes.io/safe-to-evict: true # https://github.com/kubeflow/pipelines/issues/4530
3229
global:
3330
imagePullPolicy: IfNotPresent
3431
proxy:

0 commit comments

Comments
 (0)