Skip to content
  • Di Xu's avatar
    f4d762bb
    fix docker opts incompatible running on aarch64 Redhat/Centos · f4d762bb
    Di Xu authored
    On Aarch64, the default cgroup driver for docker is systemd
    instead of cgroupfs. Should conform kubelet to use systemd
    as cgroup driver as well to keep it consistent with docker.
    
    Without this change, below exception will be raised.
    /usr/bin/docker-current: Error response from daemon: shim
    error: docker-runc not installed on system.
    
    Change-Id: Id496ec9eaac6580e4da2f3ef1a386c9abc2a5129
    f4d762bb
    fix docker opts incompatible running on aarch64 Redhat/Centos
    Di Xu authored
    On Aarch64, the default cgroup driver for docker is systemd
    instead of cgroupfs. Should conform kubelet to use systemd
    as cgroup driver as well to keep it consistent with docker.
    
    Without this change, below exception will be raised.
    /usr/bin/docker-current: Error response from daemon: shim
    error: docker-runc not installed on system.
    
    Change-Id: Id496ec9eaac6580e4da2f3ef1a386c9abc2a5129
Loading