⚠️ This is an automatically published staged repository for Kubernetes.
Contributions, including issues and pull requests, should be made to the main Kubernetes repository: https://github.com/kubernetes/kubernetes.
This repository is read-only for importing, and not used for direct contributions.
See CONTRIBUTING.md for more details.
This repository contains the Kubernetes CRI streaming server implementation used for:
- Exec
- Attach
- PortForward
The goal of this module is to provide a dedicated, runtime-focused import target for CRI streaming functionality without requiring consumers to depend on the full k8s.io/kubelet module surface.
- The legacy package path
k8s.io/kubelet/pkg/cri/streaminghas moved tok8s.io/cri-streaming/pkg/streaming. - Shared transport dependencies now come from
k8s.io/streaming/pkg/httpstreamand subpackages. - This extraction does not provide compatibility shims at the old kubelet/apimachinery paths.
cri-streaming is planned as a sub-project of SIG Node.
You can reach maintainers of this project at:
- Slack: #sig-node
- Mailing List: kubernetes-sig-node
Learn how to engage with the Kubernetes community on the community page.
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.