-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KEP-4006] Blog Post: Streaming Transition from SPDY to WebSockets is Beta #46971
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/hold Pending assignment of publication date (by release comms) We'll also keep this held until the v1.31 release has happened |
Hello @seans3 🙂 , it's Edith Puclla from the 1.31 Release comms team. A friendly reminder that the deadline for the blog to be ready for review is July 26, 2024. Let me know if there's anything we can do to help with content, review, or anything else! 🙂 |
Acknowledged--thanks :) I may be in touch to get more clarity on expectations. |
Please have a look and let me know what you think. And if there is a more solid date, I'll update it in the PR. Thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @edithturn |
Hello @sftim , could you please
Hi @sftim! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
/lgtm
@@ -0,0 +1,115 @@ | |||
--- | |||
layout: blog | |||
title: 'Streaming Transitions from SPDY to WebSockets' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the title mention Kubernetes 1.31? A typical post-release article does.
/lgtm cancel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be:
title: "Kubernetes 1.31: Streaming Transitions from SPDY to WebSockets"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
`kubectl cp`, `kubectl attach`, `kubectl exec`, and `kubectl port-forward` | ||
stop working when you try to access your cluster through a proxy or gateway. | ||
|
||
As of Kubernetes v1.31, SIG API Machinery have modified the streaming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor typo:
It should be: "SIG API Machinery has modified the streaming..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either's fine with me, but I don't speak US English.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have
changed to has
|
||
## Learn more about streaming APIs | ||
|
||
- [KEP 4006 - Transitioning from SPDY to Websockets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4006-transition-spdy-to-websockets) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
It should be "WebSockets"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
## Learn more about streaming APIs | ||
|
||
- [KEP 4006 - Transitioning from SPDY to Websockets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4006-transition-spdy-to-websockets) | ||
- [RFC 6455 - The Websocket Protocol](https://datatracker.ietf.org/doc/html/rfc6455) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
It should be "WebSockets"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since all comments seem to have been addressed. Please feel free to unhold @mbianchidev!
/lgtm
LGTM label has been added. Git tree hash: a2f28c647bba8db8c9eeb3b2e4cf915e3f797155
|
/unhold Kubernetes v1.31 has been released. Thanks @divya-mohan0209 ! |
Streaming Transition from SPDY to Websocket Blog Post
kubernetes/enhancements#4006