This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
система_kubernetes [2025/06/18 12:35] val [Развертывание через kubeadm] |
система_kubernetes [2025/06/18 12:36] (current) val [Развертывание через kubeadm] |
||
---|---|---|---|
Line 364: | Line 364: | ||
root@nodeN:~# containerd config dump | less | root@nodeN:~# containerd config dump | less | ||
- | </code> | ||
- | |||
- | Проверка | ||
- | |||
- | <code> | ||
- | root@nodeN:~# crictl -r unix:///run/containerd/containerd.sock pull server.corpX.un:5000/student/gowebd | ||
</code> | </code> | ||
Line 386: | Line 380: | ||
</code><code> | </code><code> | ||
# systemctl restart containerd.service | # systemctl restart containerd.service | ||
+ | </code> | ||
+ | |||
+ | Проверка | ||
+ | |||
+ | <code> | ||
+ | root@nodeN:~# crictl -r unix:///run/containerd/containerd.sock pull server.corpX.un:5000/student/gowebd | ||
- | # crictl pull server.corpX.un:5000/student/pywebd2 | + | root@kubeN:~# crictl pull server.corpX.un:5000/student/pywebd2 |
</code> | </code> | ||
==== Развертывание через Kubespray ==== | ==== Развертывание через Kubespray ==== |