Skip to content

Commit a2f4937

Browse files
committed
remove kubernetes.io/grpc to reflect real changes aadded
1 parent f667cf0 commit a2f4937

File tree

1 file changed

+0
-2
lines changed
  • keps/sig-network/3726-standard-application-protocols

1 file changed

+0
-2
lines changed

keps/sig-network/3726-standard-application-protocols/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Those common protocols will be well defined strings prefixed with ‘kubernetes.
144144

145145
### New Standard Protocols
146146
- 'kubernetes.io/h2c'
147-
- 'kubernetes.io/grpc'
148147

149148
### Risks and Mitigations
150149

@@ -177,7 +176,6 @@ type ServicePort struct {
177176
//
178177
// * Kubernetes-defined prefixed names:
179178
// * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
180-
// * 'kubernetes.io/grpc' - gRPC over HTTP/2 as described in https://github.com/grpc/grpc/blob/v1.51.1/doc/PROTOCOL-HTTP2.md
181179
//
182180
// * Other protocols should use implementation-defined prefixed names such as
183181
// mycompany.com/my-custom-protocol.

0 commit comments

Comments
 (0)