[zh]Fix format
This commit is contained in:
parent
cbc2234938
commit
15926508f3
|
|
@ -9,7 +9,7 @@ weight: 50
|
||||||
---
|
---
|
||||||
reviewers:
|
reviewers:
|
||||||
- sig-cluster-lifecycle
|
- sig-cluster-lifecycle
|
||||||
title: Options for Highly Available topology
|
title: Options for Highly Available Topology
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 50
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -357,13 +357,13 @@ The following manifest defines an Ingress that sends traffic to your Service via
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- path: /v2
|
- path: /v2
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: web2
|
name: web2
|
||||||
port:
|
port:
|
||||||
number: 8080
|
number: 8080
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,8 @@ Kubernetes API 服务器。也就是说,Pod 可以使用 `kubernetes.default.s
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The recommended way to authenticate to the API server is with a
|
The recommended way to authenticate to the API server is with a
|
||||||
[service account](/docs/tasks/configure-pod-container/configure-service-account/) credential. By default, a Pod
|
[service account](/docs/tasks/configure-pod-container/configure-service-account/)
|
||||||
|
credential. By default, a Pod
|
||||||
is associated with a service account, and a credential (token) for that
|
is associated with a service account, and a credential (token) for that
|
||||||
service account is placed into the filesystem tree of each container in that Pod,
|
service account is placed into the filesystem tree of each container in that Pod,
|
||||||
at `/var/run/secrets/kubernetes.io/serviceaccount/token`.
|
at `/var/run/secrets/kubernetes.io/serviceaccount/token`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue