[Bug]: Install failed to install CRD crds/049-Crd-kafkarebalance.yaml #11572
Replies: 3 comments
-
Sounds like you probably missing some rights to install Strimzi? In this case maybe the rights to create the CRDs? |
Beta Was this translation helpful? Give feedback.
-
No issues with permissions as far as I can tell. Tested like this:
Debug logs:
|
Beta Was this translation helpful? Give feedback.
-
After some debug, which I should have done first, seems there's some WAF rules causing issues with the methods the install is using:
Modified my hosts file to bypass the ALB and it worked. In case anyone else has the same issue I did, ask if there's any WAF rules preventing types of POST actions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
helm install fails with error:
Steps to reproduce
With proper kube config run:
helm install strimzi strimzi/strimzi-kafka-operator
Install begins then fails with 403 forbidden error.
Expected behavior
Expected helm install of Kafka operator.
Strimzi version
0.46.0
Kubernetes version
kubernetes v1.31.6
Installation method
helm chart
Infrastructure
AWS EC2
Configuration files and logs
No response
Additional context
No other kubectl commands or other helm installs fail.
Beta Was this translation helpful? Give feedback.
All reactions