Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
pull/40199/head
Kenshi Muto 2023-03-22 19:51:21 +09:00 committed by GitHub
parent fb653ae35e
commit f2c20f5f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ weight: 60
## エンドポイント終了の流れの例
以下は、[Podの終了](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)ドキュメントに記載されている流れの例です。
以下は、[Podの終了](/ja/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)ドキュメントに記載されている流れの例です。
1つの`nginx`レプリカを含むDeployment(純粋にデモンストレーション目的です)とServiceがあるとします: