almartino opened a new issue, #138:
URL: https://github.com/apache/openserverless/issues/138

   - [x] I have searched the 
[issues](https://github.com/apache/openserverless/issues) of this repository 
and believe that this is not a duplicate.
   
   ### Ⅰ. Issue Description
   When attempting to install an ops cluster using `ops setup cluster 
<context>`, the operator gets stuck in a loop after creating the MinIO 
deployment. The operator tries to create the Ingress resources for MinIO but 
fails with the following exception: `Exception: Error from server (NotFound): 
namespaces "ingress-nginx" not found`.
   However, the cluster has the namespace `nginx-ingress` available.
   
   ### Ⅱ. Describe what happened
   
   
[operator-logs.txt](https://github.com/user-attachments/files/20773580/operator-logs.txt)
   
   These logs also mentions a 403 Forbidden error when trying to execute a GET 
on https://10.233.0.1:443/apis/zalando.org/v1/namespaces/nuvolaris/kopfpeerings
   
   ` -> APIForbiddenError('kopfpeerings.zalando.org is forbidden: User 
"system:serviceaccount:nuvolaris:nuvolaris-operator" cannot list resource 
"kopfpeerings" in API group "zalando.org" in the namespace "nuvolaris"', 
{'kind': 'Status', 'apiVersion': 'v1', 'metadata': {}, 'status': 'Failure', 
'message': 'kopfpeerings.zalando.org is forbidden: User 
"system:serviceaccount:nuvolaris:nuvolaris-operator" cannot list resource 
"kopfpeerings" in API group "zalando.org" in the namespace "nuvolaris"', 
'reason': 'Forbidden', 'details': {'group': 'zalando.org', 'kind': 
'kopfpeerings'}, 'code': 403}`
   
   ### Ⅲ. Describe what you expected to happen
   
   The cluster installs successfully where a custom nginx-ingress namespace 
already exists.
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   Install ops on a cluster where the ingress namespace has a different name.
   
   Minimal yet complete reproducer code (or URL to code):
   
   N/A
   
   ### Ⅴ. Anything else we need to know?
   
   ### Ⅵ. Environment:
   
   - K8S Runtime and version:
   ```
   Client Version: v1.31.4
   Server Version: v1.31.4
   ```
   - OPS CLI version:  `0.1.0-2409121919.dev`
   - Others: -


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to