Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
  • Loading branch information
shuuji3 and oke-py committed Aug 2, 2020
1 parent c053943 commit e132712
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content_type: task
---

<!-- overview -->
このページでは、Kubernetes上でServiceトロポジーを有効にする方法の概要について説明します
このページでは、Kubernetes上でServiceトポロジーを有効にする方法の概要について説明します


## {{% heading "prerequisites" %}}
Expand All @@ -30,7 +30,7 @@ content_type: task

{{< feature-state for_k8s_version="v1.17" state="alpha" >}}

Serviceトポロジーを有効にするには、すべてのKubernetesコンポーネントで`ServiceTopology``EndpointSlice`フィーチャーを有効にする必要があります
Serviceトポロジーを有効にするには、すべてのKubernetesコンポーネントで`ServiceTopology``EndpointSlice`フィーチャーゲートを有効にする必要があります

```
--feature-gates="ServiceTopology=true,EndpointSlice=true"
Expand All @@ -42,4 +42,3 @@ Serviceトポロジーを有効にするには、すべてのKubernetesコンポ
* [Endpoint Slice](/docs/concepts/services-networking/endpoint-slices)について読む
* [サービスとアプリケーションの接続](/ja/docs/concepts/services-networking/connect-applications-service/)を読む


0 comments on commit e132712

Please sign in to comment.