Skip to content

Commit

Permalink
drop safe-to-evict annotations (knative-extensions#1119)
Browse files Browse the repository at this point in the history
Co-authored-by: dprotaso <dprotaso@gmail.com>
  • Loading branch information
knative-prow-robot and dprotaso committed Jun 1, 2023
1 parent 718312e commit 77abf62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
# This must be outside of the mesh to probe the gateways.
# NOTE: this is allowed here and not elsewhere because
# this is the Istio controller, and so it may be Istio-aware.
Expand Down
2 changes: 0 additions & 2 deletions config/500-webhook-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ spec:
role: net-istio-webhook
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
labels:
app: net-istio-webhook
role: net-istio-webhook
Expand Down

0 comments on commit 77abf62

Please sign in to comment.