Currently, bcd manages/deploys OpenShift resources using oc apply, which works in general, but does not work for resources with read-only attributes such as route host. The first application works, but subsequent attempts (further deploys) fail. We probably need some way to indicate that a given resource should be managed using a different approach.
Currently,
bcd
manages/deploys OpenShift resources usingoc apply
, which works in general, but does not work for resources with read-only attributes such as routehost
. The first application works, but subsequent attempts (further deploys) fail. We probably need some way to indicate that a given resource should be managed using a different approach.