Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 44639e6

Browse files
committed
Remove terminating pods from endpoints
The standard endpoint controller removes, by default, terminating pods from an endpoint: kubernetes/kubernetes@2aaf8bd#diff-a1a9c0efe93384ed9a010e65e8ad4604R316 This behaviour let the service clients time to react to stop sending traffic to the terminating pods while finishing processing current requests, as pods in "terminating" state are technically still able to accept connections and handle requests. It allows to smoothly replace the pods by the activator when all pods are entering the terminating state, for the reason described above.
1 parent 2bf13af commit 44639e6

442 files changed

Lines changed: 100233 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 214 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)