Skip to content

Commit 7947cff

Browse files
authored
Update 2020-12-02-dockershim-faq.md
Fix grammar
1 parent b905af1 commit 7947cff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/blog/_posts/2020-12-02-dockershim-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ All your existing images will still work exactly the same.
5555

5656
### What about private images?
5757

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
5959
Kubernetes, either via the PodSpec or ServiceAccount.
6060

6161

@@ -82,7 +82,7 @@ usability of other container runtimes. As an example, OpenShift 4.x has been
8282
using the [CRI-O] runtime in production since June 2019.
8383

8484
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]).
8686
- [containerd](https://github.com/containerd/containerd/blob/master/ADOPTERS.md)
8787
- [CRI-O](https://github.com/cri-o/cri-o/blob/master/ADOPTERS.md)
8888

@@ -110,7 +110,7 @@ provide an end-to-end standard for managing containers.
110110

111111
That’s a complex question and it depends on a lot of factors. If Docker is
112112
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
114114
to explore all the options from the [CNCF landscape] in case another would be an
115115
even better fit for your environment.
116116

@@ -129,7 +129,7 @@ common things to consider when migrating are:
129129
- Kubectl plugins that require docker CLI or the control socket
130130
- Kubernetes tools that require direct access to Docker (e.g. kube-imagepuller)
131131
- 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
133133
outside of Kubernetes (e.g. monitoring or security agents)
134134
- GPUs or special hardware and how they integrate with your runtime and Kubernetes
135135

0 commit comments

Comments
 (0)