File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/zh-cn/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -638,6 +638,8 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
638
638
| Protocol | Description |
639
639
|----------|-------------|
640
640
| `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) |
641
643
-->
642
644
此字段遵循标准的 Kubernetes 标签语法。合法的取值值可以是以下之一:
643
645
@@ -647,7 +649,9 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
647
649
648
650
| 协议 | 描述 |
649
651
|----------|-------------|
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) 所述 |
651
655
652
656
<!--
653
657
# ## Multi-Port Services
You can’t perform that action at this time.
0 commit comments