I
I
i_volkov2020-08-19 15:05:23
Docker
i_volkov, 2020-08-19 15:05:23

Supported by Kubernetes container runtime?

Good afternoon.
What is the default container runtime after installation that Kubernetes uses? Docker's?
And how can I change it to use cri-o or another container runtime?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bankinobi, 2020-08-19
@i_volkov

When you install what you put, it will stand. This is if you set it with handles, in kubespray - you specify it in the configs.
To change the runtime:
1. stop the docker, kublet
2. Install cri-o, check its service
3. Specify cri-o
in the kublet parameters 4. Change the parameters of the network driver
5. Start the kublet and cri-o services
6. Wait for it to finish cluster.
details

D
Dmitry, 2020-08-19
@q2digger

It is still in the official doc, with installation steps:
https://kubernetes.io/docs/setup/production-enviro...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question