redspread / spread

Docker to Kubernetes in one command
https://coreos.com
Apache License 2.0
1.84k stars 83 forks source link

Renaming container name creates duplicate on update #47

Open ethernetdan opened 8 years ago

ethernetdan commented 8 years ago

If a previously deployed container has a name change (whether it be in a pod.yml, rc.yml, or *.ctr) a duplicate object will be created.

This can be resolved by pruning any additional objects or changing the way diffs are made.