Files
196Ikuchil ede6e4794a [ja] Translate concepts/scheduling-eviction/api-eviction.md & reference/glossary/api-eviction.md into Japanese (#31938)
* 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>
2022-05-29 03:30:51 -07:00

1.4 KiB
Raw Permalink Blame History

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の正常終了を起動させるプロセスです。
operation

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を起点とした退避はPodDisruptionBudgetsterminationGracePeriodSecondsの設定を優先します。

APIを起点とした退避は、Node不足による退避とは異なります。