Skip to content

CodeFlare operator fails to deploy AppWrapper containing Ingress resource #420

Closed
@sutaakar

Description

@sutaakar

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions