-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define default global Kamelets #1675
Comments
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 1, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 1, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 1, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 1, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 2, 2020
nicolaferraro
added a commit
that referenced
this issue
Oct 5, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Dec 1, 2020
nicolaferraro
added a commit
that referenced
this issue
Dec 3, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should define a concept of global Kamelet, i.e. a general Kamelet that is not local to a specific namespace, but can be used from any namespace. By default (in the PR #1602), integrations can only use Kamelets contained in the same namespace.
Having global Kamelets can allow UI's built on Camel K to show "Sources" or "Sinks" available in the cluster that are ready for use.
When installing the operator, we can install by default some global Kamelets (defined in this repo or, in the future, in a "Kamelet hub") in a special namespace, so that graphical tools can pick them up.
The issue is where to put them:
kube-system
,openshift
)? Seems not a standard approachcamel-system
namespace? Operator needs permissions to create that namespace and read kamelets from it (cluster-role)Then we should:
The text was updated successfully, but these errors were encountered: