nicolaferraro opened a new issue #43: Unable to reinstall the operator
URL: https://github.com/apache/camel-k/issues/43
 
 
   If trying to execute `kamel install` twice, the second installation fails 
for a issue while trying to update the service:
   
   ```
   Service "camel-k-operator" is invalid: [metadata.resourceVersion: Invalid 
value: "": must be specified for an update, spec.clusterIP: Invalid value: "": 
field is immutable]
   ```
   
   This is because the service gets assigned, after creation, a cluster IP that 
is not editable. We should either avoid replacing the cluster IP or avoid 
replacing the service if already present.
   
   @dmvolod can you take a look?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to