-
Notifications
You must be signed in to change notification settings - Fork 19
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
serverless installs into a default namespace. why ? #545
Comments
@ptesny please adjust the line
to
|
The bug is on your side as you want to install the serverless operator in a `system` namespace, https://github.com/kyma-project/serverless/blob/main/config/operator/operator/operator.yaml#L5
I think it is a typo, and you meant kyma-system rather, didn't you?
PS.
As other kyma modules install into `kyma-system` ns, you may want to amend the installation instructions:
https://github.com/kyma-project/serverless?tab=readme-ov-file#install
|
Hi, the true value that kustomize uses is stored here https://github.com/kyma-project/serverless/blob/main/config/operator/default/kustomization.yaml , It's not a typo. Regarding the instruction good call, i will update the readme.md |
OK. so why the serverless module resources do not end up in kyma-system ? |
The latest version of readme explains that serverless CR should be applied in kyma system namespace Other kyma modules ( istio, api-gateway ) do not have namespace scoped module CRs. |
kyma-project/community#868 recommends to use static |
Description
serverless installs into a default namespace
Expected result
serverless installs into a kyma-system namespace
Actual result
serverless installs into a default namespace
Steps to reproduce
create a gardener cluster with the required shoot extensions
install OS kyma and then istion and api-gateway modules.
install serverless module
Troubleshooting
The text was updated successfully, but these errors were encountered: