Tadayoshi Sato

Results 107 comments of Tadayoshi Sato

It's still a nice-to-have and shouldn't be stale.

@christophd @squakez Knatvie v1.2.0 (the version we use now) is very old already. At least Knative v1.3.0 still uses K8s API v0.22.5, so we should upgrade to v1.3.0 before releasing...

Right now Service trait only has `NodePort` bool flag but we should introduce a new property `Type` that accepts `ClusterIP`, `NodePort`, and `LoadBalancer` and deprecate the `NodePort` bool flag.

You don't need `kamel local build` at all for just deploying an integration to a K8s cluster. Looking at the log, it appears that there is something wrong with the...

@bjethwan If you've just uninstalled Camel K operator, the IntegrationKits used for the build is still there. So long as you keep the IntegrationKits Camel K won't recreate the container...

OLM test coverage is not enough, so let's mark this as never-stale.

@SubhasmitaSw What's the output of the following command? ``` $ sed --version ```

@SubhasmitaSw That means you are still using the builtin BSD sed. Make sure to run: ``` export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" ``` and put the same line to your `.bashrc` or `.bash_profile`.

@SubhasmitaSw What's the output of the command now? ``` type -a sed ``` Also does `sed --version` output `sed (GNU sed) x.x` now?

@SubhasmitaSw Then you are still using BSD sed. Please use GNU sed.