squakez commented on issue #6391: URL: https://github.com/apache/camel-k/issues/6391#issuecomment-3610701235
This one does not seem to be a Camel K problem. The issue is a timeout when pinging the API server. The problem may be a sizing or a overload of it. We don't have any parameter to control the timeout. This is the part of the code where you can have a look: https://github.com/apache/camel-k/blob/10e66c23267f2eb24ae2c79723f985bc10cbc898/pkg/cmd/operator/operator.go#L204-L212 You may try to introduce an environment variable, when it's available, then, the leader election timeout is set to such a value. Feel free to propose a PR for that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
