openshift / cluster-operator

52 stars 35 forks source link

Drop unnecessary build_images param to devel deploy playbook. #287

Closed dgoodwin closed 6 years ago

dgoodwin commented 6 years ago

No need for two variables here, we either want to push images, in which case we should build them, or do neither.

csrwng commented 6 years ago

Actually the reason I introduced another variable was because I often find myself starting a new cluster with oc cluster up and I want to deploy cluster operator. I've already built the images so don't want to build them again. I just want them to be re-pushed. Building new images takes a while and clutters my docker images.

dgoodwin commented 6 years ago

My mistake I thought I did this and for no reason. Will close.