Skip to content

Commit 4acb74d

Browse files
authored
Merge pull request #46534 from windsonsea/seryhf
[zh] Sync services-networking/service.md
2 parents c833660 + e5f9882 commit 4acb74d

File tree

1 file changed

+5
-1
lines changed
  • content/zh-cn/docs/concepts/services-networking

1 file changed

+5
-1
lines changed

content/zh-cn/docs/concepts/services-networking/service.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
638638
| Protocol | Description |
639639
|----------|-------------|
640640
| `kubernetes.io/h2c` | HTTP/2 over cleartext as described in [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) |
641+
| `kubernetes.io/ws` | WebSocket over cleartext as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
642+
| `kubernetes.io/wss` | WebSocket over TLS as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
641643
-->
642644
此字段遵循标准的 Kubernetes 标签语法。合法的取值值可以是以下之一:
643645

@@ -647,7 +649,9 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
647649

648650
| 协议 | 描述 |
649651
|----------|-------------|
650-
| `kubernetes.io/h2c` | 基于明文的 HTTP/2 协议,如 [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) 所述 |
652+
| `kubernetes.io/h2c` | 基于明文的 HTTP/2 协议,如 [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) 所述 |
653+
| `kubernetes.io/ws` | 基于明文的 WebSocket 协议,如 [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) 所述 |
654+
| `kubernetes.io/wss` | 基于 TLS 的 WebSocket 协议,如 [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) 所述 |
651655

652656
<!--
653657
### Multi-Port Services

0 commit comments

Comments
 (0)