Matthias Wessendorf
Matthias Wessendorf
I used `0.41` version. > btw another workaround could be flag `-u=0` is there any doc for that?
@matejvasek why was this closed? Was this fixed?
/test reconciler-tests
> ok. Then I think we're fine here and can close this PR are we done here?
Should we close this?
LGTM, thanks for the work, @Cali0707
@S-Mann the scaling would also make sense on the IntegrationSink ...
Building the `func` (e.g. via `main`) branch, I see this: ``` ./func create --help NAME func create - Create a function SYNOPSIS func create [-l|--language] [-t|--template] [-r|--repository] [-c|--confirm] [-v|--verbose] [path]...
The documentaton there seems to be for minikube (at least the text implies that), and in kube there is actually a pod. For `kind` it works like this: https://kind.sigs.k8s.io/docs/user/local-registry/ and...
Thanks @christophd I'd like to actually not use the `kamel` CLI, just helm, like: ``` helm install \ --generate-name \ --set platform.build.registry.address=http://kind-registry:5000 \ --set platform.build.registry.insecure=true \ camel-k/camel-k ``` But using...