File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if [[ "${CONTAINER_RUNTIME}" == "docker" ]]; then
103
103
export CONTAINER_RUNTIME_ENDPOINT=${KUBE_CONTAINER_RUNTIME_ENDPOINT:- unix:/// var/ run/ dockershim.sock}
104
104
export CONTAINER_RUNTIME_NAME=${KUBE_CONTAINER_RUNTIME_NAME:- docker}
105
105
export LOAD_IMAGE_COMMAND=${KUBE_LOAD_IMAGE_COMMAND:- }
106
- elif [[ " ${CONTAINER_RUNTIME} " == " containerd" ]]; then
106
+ elif [[ " ${CONTAINER_RUNTIME} " == " containerd" || " ${CONTAINER_RUNTIME} " == " remote " ]]; then
107
107
export CONTAINER_RUNTIME_ENDPOINT=${KUBE_CONTAINER_RUNTIME_ENDPOINT:- unix:/// run/ containerd/ containerd.sock}
108
108
export CONTAINER_RUNTIME_NAME=${KUBE_CONTAINER_RUNTIME_NAME:- containerd}
109
109
export LOG_DUMP_SYSTEMD_SERVICES=${LOG_DUMP_SYSTEMD_SERVICES:- containerd}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ if [[ "${CONTAINER_RUNTIME}" == "docker" ]]; then
106
106
export CONTAINER_RUNTIME_ENDPOINT=${KUBE_CONTAINER_RUNTIME_ENDPOINT:- unix:/// var/ run/ dockershim.sock}
107
107
export CONTAINER_RUNTIME_NAME=${KUBE_CONTAINER_RUNTIME_NAME:- docker}
108
108
export LOAD_IMAGE_COMMAND=${KUBE_LOAD_IMAGE_COMMAND:- }
109
- elif [[ " ${CONTAINER_RUNTIME} " == " containerd" ]]; then
109
+ elif [[ " ${CONTAINER_RUNTIME} " == " containerd" || " ${CONTAINER_RUNTIME} " == " remote " ]]; then
110
110
export CONTAINER_RUNTIME_ENDPOINT=${KUBE_CONTAINER_RUNTIME_ENDPOINT:- unix:/// run/ containerd/ containerd.sock}
111
111
export CONTAINER_RUNTIME_NAME=${KUBE_CONTAINER_RUNTIME_NAME:- containerd}
112
112
export LOAD_IMAGE_COMMAND=${KUBE_LOAD_IMAGE_COMMAND:- ctr -n=k8s.io images import}
You can’t perform that action at this time.
0 commit comments