Kubernetes v1.26 - Container Runtime Interface (CRI) - API v1

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 10

  • @stint4562
    @stint4562 Рік тому

    Beautiful explanation, Sir. It helped me a lot to understand OCI, CR and Containerd topics :)

    • @learnwithgvr
      @learnwithgvr  Рік тому

      Good to hear, thanks for feedback and keep learning

  • @tanjilbd
    @tanjilbd 8 місяців тому

    You are an amazing content creator. 🎉😊

    • @learnwithgvr
      @learnwithgvr  8 місяців тому

      Thanks a lot and keep learning

  • @ankitshukla8075
    @ankitshukla8075 Рік тому

    Great 👍

  • @SANDEEPSANDY-yf2ry
    @SANDEEPSANDY-yf2ry Рік тому

    I am getting this error
    Please solve
    Unfortunately, an error has occurred:
    timed out waiting for the condition
    This error is likely caused by:
    - The kubelet is not running
    - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
    If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
    - 'systemctl status kubelet'
    - 'journalctl -xeu kubelet'
    Additionally, a control plane component may have crashed or exited when started by the container runtime.

    • @learnwithgvr
      @learnwithgvr  Рік тому

      What is your setup info & configuration etc? without knowing about setup, i am unable to provide any advice just by error message.
      as i said make sure you will be using containerd 1.6 or above and refer my repo github.com/ramanagali/k8s-cluster/tree/master/

  • @ankur089
    @ankur089 Рік тому

    /etc/systemd/system/kubelet.service.d/10-kubeadm.conf don't exist in my system and cluster is in ready state but sort of not usable can this be the reason ?

    • @learnwithgvr
      @learnwithgvr  Рік тому

      Could be the reason... check kubelet status i.e systemctl status kubelet
      Subscribe and keep learning