You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
make kind-e2e
make install
make deploy -e IMG=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4
make setup-e2e
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
The text was updated successfully, but these errors were encountered: