@@ -55,7 +55,7 @@ All your existing images will still work exactly the same.
55
55
56
56
### What about private images?
57
57
58
- Also yes . All CRI runtimes support the same pull secrets configuration used in
58
+ Yes . All CRI runtimes support the same pull secrets configuration used in
59
59
Kubernetes, either via the PodSpec or ServiceAccount.
60
60
61
61
@@ -82,7 +82,7 @@ usability of other container runtimes. As an example, OpenShift 4.x has been
82
82
using the [ CRI-O] runtime in production since June 2019.
83
83
84
84
For other examples and references you can look at the adopters of containerd and
85
- cri-o , two container runtimes under the Cloud Native Computing Foundation ([ CNCF] ).
85
+ CRI-O , two container runtimes under the Cloud Native Computing Foundation ([ CNCF] ).
86
86
- [ containerd] ( https://github.com/containerd/containerd/blob/master/ADOPTERS.md )
87
87
- [ CRI-O] ( https://github.com/cri-o/cri-o/blob/master/ADOPTERS.md )
88
88
@@ -110,7 +110,7 @@ provide an end-to-end standard for managing containers.
110
110
111
111
That’s a complex question and it depends on a lot of factors. If Docker is
112
112
working for you, moving to containerd should be a relatively easy swap and
113
- has have strictly better performance and less overhead. However we encourage you
113
+ will have strictly better performance and less overhead. However, we encourage you
114
114
to explore all the options from the [ CNCF landscape] in case another would be an
115
115
even better fit for your environment.
116
116
@@ -129,7 +129,7 @@ common things to consider when migrating are:
129
129
- Kubectl plugins that require docker CLI or the control socket
130
130
- Kubernetes tools that require direct access to Docker (e.g. kube-imagepuller)
131
131
- Configuration of functionality like ` registry-mirrors ` and insecure registries
132
- - Other support scripts or daemons that expect docker to be available and are run
132
+ - Other support scripts or daemons that expect Docker to be available and are run
133
133
outside of Kubernetes (e.g. monitoring or security agents)
134
134
- GPUs or special hardware and how they integrate with your runtime and Kubernetes
135
135
0 commit comments