jamesnetherton commented on issue #1059: camel-k installation struggles URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555880467 You could try to work around the issue by disabling the Kaniko build cache. E.g: ``` apiVersion: camel.apache.org/v1alpha1 kind: IntegrationPlatform metadata: labels: app: camel-k name: camel-k spec: build: kanikoBuildCache: false ``` Or if using the `kamel` binary: ``` kamel install --kaniko-build-cache=false ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services