1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 14:36:32 +00:00

Avoid creating dangling volumes with rke tools

This commit is contained in:
galal-hussein
2019-01-21 22:05:59 +02:00
committed by Alena Prokharchyk
parent a905a6df80
commit 556e5bb678
3 changed files with 3 additions and 2 deletions

View File

@@ -691,6 +691,7 @@ func (c *Cluster) BuildSidecarProcess() v3.Process {
Labels: map[string]string{
ContainerNameLabel: services.SidekickContainerName,
},
Command: []string{"/bin/bash"},
}
}