Skip to content

CodeFlare operator fails to deploy AppWrapper containing Ingress resource #420

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

Closed
sutaakar opened this issue Nov 24, 2023 · 0 comments · Fixed by #419
Closed

CodeFlare operator fails to deploy AppWrapper containing Ingress resource #420

sutaakar opened this issue Nov 24, 2023 · 0 comments · Fixed by #419
Assignees

Comments

@sutaakar
Copy link
Contributor

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

  1. Start KinD cluster using make kind-e2e
  2. Install CRDs make install
  3. Deploy operator make deploy -e IMG=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4
  4. Setup tests make setup-e2e
  5. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant