Merge pull request #36369 from ydFu/update-dockershim-removal
Update dockershim removal article listpull/36750/head
commit
2e2f3c970b
|
@ -5,14 +5,16 @@ content_type: reference
|
|||
<!-- overview -->
|
||||
This is a list of articles and other pages that are either
|
||||
about the Kubernetes' deprecation and removal of _dockershim_,
|
||||
or about using CRI-compatible container runtimes, in connection
|
||||
with that removal.
|
||||
or about using CRI-compatible container runtimes,
|
||||
in connection with that removal.
|
||||
|
||||
<!-- body -->
|
||||
|
||||
## Kubernetes project
|
||||
|
||||
* Kubernetes blog: [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) (originally published 2022/02/17)
|
||||
* Kubernetes blog: [Dockershim Removal FAQ](/blog/2020/12/02/dockershim-faq/) (originally published 2020/12/02)
|
||||
|
||||
* Kubernetes blog: [Updated: Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) (updated published 2022/02/17)
|
||||
|
||||
* Kubernetes blog: [Kubernetes is Moving on From Dockershim: Commitments and Next Steps](/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/) (published 2022/01/07)
|
||||
|
||||
|
@ -20,20 +22,20 @@ with that removal.
|
|||
|
||||
* Kubernetes documentation: [Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/)
|
||||
|
||||
* Kubernetes documentation: [Container runtimes](/docs/setup/production-environment/container-runtimes/)
|
||||
* Kubernetes documentation: [Container Runtimes](/docs/setup/production-environment/container-runtimes/)
|
||||
|
||||
* Kubernetes enhancement proposal: [KEP-2221: Removing dockershim from kubelet](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
|
||||
|
||||
* Kubernetes enhancement proposal issue: [Removing dockershim from kubelet](https://github.com/kubernetes/enhancements/issues/2221) (_k/enhancements#2221_)
|
||||
|
||||
|
||||
You can provide feedback via the GitHub issue [**Dockershim removal feedback & issues**](https://github.com/kubernetes/kubernetes/issues/106917).
|
||||
You can provide feedback via the GitHub issue [**Dockershim removal feedback & issues**](https://github.com/kubernetes/kubernetes/issues/106917). (_k/kubernetes/#106917_)
|
||||
|
||||
## External sources {#third-party}
|
||||
|
||||
<!-- sort these alphabetically -->
|
||||
|
||||
* Amazon Web Services EKS documentation: [Dockershim deprecation](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
* Amazon Web Services EKS documentation: [Amazon EKS is ending support for Dockershim](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
|
||||
|
||||
* CNCF conference video: [Lessons Learned Migrating Kubernetes from Docker to containerd Runtime](https://www.youtube.com/watch?v=uDOu6rK4yOk) (Ana Caylin, at KubeCon Europe 2019)
|
||||
|
||||
|
@ -47,4 +49,4 @@ You can provide feedback via the GitHub issue [**Dockershim removal feedback & i
|
|||
|
||||
* Mirantis: [Mirantis/cri-dockerd](https://github.com/Mirantis/cri-dockerd) Git repository (on GitHub)
|
||||
|
||||
* Tripwire: [How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
|
||||
* Tripwire: [How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/) (published 2021/07/01)
|
||||
|
|
Loading…
Reference in New Issue