camel-k
camel-k copied to clipboard
Document installation on air-gapped clusters
Probably blocked by #1424
The documentation would benefit from enumerating installation options that are required to make Camel K work on a cluster that has no access to the internet and can only reach custom Maven and Docker repositories with certificates signed by an enterprise CA (or self-signed).
+1 to this item. It would be very helpful to have this doc. Is air gap possible today, just not documented?
hi @nicolaferraro - do you know if this is already possible today, or are there changes required to achieve this?
hi @nicolaferraro - do you know if this is already possible today, or are there changes required to achieve this?
It's technically possible to achieve this. The CA part is a bit more complex because it requires a custom operator image to inject the custom company certificates, everything else should be configurable upon installation
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
any comment
I wonder if it would be enough to use kamel install --registry ... --maven ... -o yaml > offline-installer.yaml, export the output and apply on any other cluster via kubect apply -f offline-installer.yaml. We'd need to let kamel install -o yaml work in offline mode, but that is certainly feasible to do.
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
any comment
Same as #4118, closing.