Closed
Description
Describe the Bug
If CodeFlare operator is deployed using Makefile command: make deploy -e IMG=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4
, then operator is not able to create Ingress resource.
This can be reproduced using SDK e2e test which will fail for this deployment.
Codeflare Stack Component Versions
Codeflare SDK: 0.12.0
MCAD:
Instascale:
Codeflare Operator: v1.0.0-rc.4
Other:
Steps to Reproduce the Bug
- Start KinD cluster using
make kind-e2e
- Install CRDs
make install
- Deploy operator
make deploy -e IMG=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4
- Setup tests
make setup-e2e
- Run SDK e2e test
What Have You Already Tried to Debug the Issue?
Expected Behavior
SDK test passed (Ingress is created by operator)
Screenshots, Console Output, Logs, etc.
Affected Releases
Additional Context
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done