You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/11 22:46:14 UTC

[GitHub] nicolaferraro opened a new issue #43: Unable to reinstall the operator

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:
users@infra.apache.org


With regards,
Apache Git Services