Skip to content

Commit

Permalink
Change release note
Browse files Browse the repository at this point in the history
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Feb 2, 2024
1 parent d1462a5 commit 82f06d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelogs/unreleased/6148-lubronzhan-minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Add anti-affinity rule for envoy deployed by provisioner

Now by default, the envoy deployment created by gateway provistioner will include anti-affinity rule. Also the anti-affinity rule in [default envoy deployment manifest](../../examples/deployment/03-envoy-deployment.yaml) is updated to `preferredDuringSchedulingIgnoredDuringExecution` to be consistent with contour deployment
1 change: 0 additions & 1 deletion changelogs/unreleased/6148-lubronzhan-small.md

This file was deleted.

2 changes: 1 addition & 1 deletion site/content/resources/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you choose to skip versions while upgrading, please note that this may lead t

1. Envoy pod stuck in pending state

If number of envoy instances is no less than number of kubernetes nodes in the clusters, during rolling upgrade, new envoy pod will be stuck in pending stage because old envoy pod is occupying host pod.
If Envoy is deployed with a Deployment and the number of envoy instances is not less than number of kubernetes nodes in the clusters, during rolling upgrade, new envoy pod will be stuck in pending stage because old envoy pod is occupying host port.

Workaround: Delete the envoy instance of older version manually. This will cause a little bit of downtime but it's pretty short.

Expand Down

0 comments on commit 82f06d2

Please sign in to comment.