ede6e4794a
* translate api-eviction * translate glossary_api_eviction * Update content/ja/docs/reference/glossary/api-eviction.md Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com> * Update content/ja/docs/reference/glossary/api-eviction.md Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com> * Update content/ja/docs/reference/glossary/api-eviction.md * update content/ja/docs/concepts/scheduling-eviction/api-eviction.md * fix:change 従います to 優先します * fix:update to description * docs:update concenpts/api-eviction Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com> Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
1.4 KiB
1.4 KiB
title, id, date, full_link, short_description, aka, tags
| title | id | date | full_link | short_description | aka | tags | |
|---|---|---|---|---|---|---|---|
| APIを起点とした退避 | api-eviction | 2021-04-27 | /ja/docs/concepts/scheduling-eviction/api-eviction/ | APIを起点とした退避は、Eviction APIを使用してEvictionオブジェクトを作成し、Podの正常終了を起動させるプロセスです。 |
|
APIを起点とした退避は、[Eviction API](/docs/reference/generated/kubernetes-api/{{<param "version">}}/#create-eviction-pod-v1-core)を使用して退避オブジェクトを作成し、Podの正常終了を起動させるプロセスです。
kubectl drainコマンドのようなkube-apiserverのクライアントを使用し、Eviction APIを直接呼び出すことで、退避を要求することができます。Evictionオブジェクトが生成された時、APIサーバーは対象のPodを終了させます。
APIを起点とした退避はPodDisruptionBudgetsとterminationGracePeriodSecondsの設定を優先します。
APIを起点とした退避は、Node不足による退避とは異なります。
- 詳しくはAPIを起点とした退避をご覧ください。