Resolving "Conflict. The container name is already in use" errors when updating a Rancher Kubernetes Engine (RKE) CLI or Rancher v2.x provisioned Kubernetes cluster
This document (000020046) is provided subject to the disclaimer at the end of this document.
Situation
Issue
When invoking rke up
, to update a Rancher Kubernetes Engine (RKE) CLI provisioned Kubernetes cluster, or using Rancher to update a Rancher v2.x provisioned cluster, you encounter a Conflict. The container name is already in use
error, of the following format:
Format of error from RKE CLI, for RKE provisioned clusters
FATA[0219] [file-deploy] Failed to deploy file [/etc/kubernetes/audit-policy.yaml] on node [172.27.6.22]: Failed to create [file-deployer] container on host [172.27.6.22]: Failed to create Docker container [file-deployer] on host [172.27.6.22]: Error response from daemon: Conflict. The container name "/file-deployer" is already in use by container "66b777d981aa0b0a9d6bc73e381e0f2bc8fc33ec00926aa0db51347607f8fcf8". You have to remove (or rename) that container to be able to reuse that name.
Format of error in Rancher UI, for Rancher v2.x provisioned clusters
[Failed to create Certificates deployer container on host [172.27.3.21]: Failed to create Docker container [cert-deployer] on host [172.27.3.21]: Error response from daemon: Conflict. The container name "/cert-deployer" is already in use by container "c3b35c454d6000266098573949d021f45b13a3c7f7306d7fdb58a5766f2f3312". You have to remove (or rename) that container to be able to reuse that name.]
Pre-requisites
- A Rancher Kubernetes Engine (RKE) CLI, or Rancher v2.x provisioned Kubernetes cluster
- SSH access to affected node(s) and Docker CLI access
Root cause
This error can occur when an rke up
invocation or Rancher cluster update process is interrupted, leaving temporary cluster deployment containers on nodes.
Resolution
- SSH into the node.
- Remove stuck containers:
docker rm -f file-deployer cert-deployer
- Trigger a cluster update:
- For RKE CLI provisioned clusters, invoke
rke up
. - For Rancher provisioned clusters:
- Browse to the cluster in the Rancher UI
- Click
Edit
from the action menu - Click
Edit as YAML
- Find the option
addon_job_timeout
and edit the value, incrementing it by one - Click
Save
- For RKE CLI provisioned clusters, invoke
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000020046
- Creation Date: 06-May-2021
- Modified Date:10-Apr-2024
-
- SUSE Rancher
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com