[zh] Sync services-networking/service.md

pull/46534/head
Michael 2024-05-25 09:18:18 +08:00
parent 9e5f66b351
commit e5f988222d
1 changed files with 5 additions and 1 deletions

View File

@ -638,6 +638,8 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
| Protocol | Description |
|----------|-------------|
| `kubernetes.io/h2c` | HTTP/2 over cleartext as described in [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) |
| `kubernetes.io/ws` | WebSocket over cleartext as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
| `kubernetes.io/wss` | WebSocket over TLS as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
-->
此字段遵循标准的 Kubernetes 标签语法。合法的取值值可以是以下之一:
@ -647,7 +649,9 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
| 协议 | 描述 |
|----------|-------------|
| `kubernetes.io/h2c` | 基于明文的 HTTP/2 协议,如 [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) 所述 |
| `kubernetes.io/h2c` | 基于明文的 HTTP/2 协议,如 [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) 所述 |
| `kubernetes.io/ws` | 基于明文的 WebSocket 协议,如 [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) 所述 |
| `kubernetes.io/wss` | 基于 TLS 的 WebSocket 协议,如 [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) 所述 |
<!--
### Multi-Port Services