If you make run-local as described in the README the resulting logs show a recurring error message:
{"level":"error","ts":1749582836.9380941,"msg":"Reconciler error","controller":"frontend","controllerGroup":"cloud.redhat.com","controllerKind":"Frontend","Frontend":{"name":"inventory","namespace":"boot"},"namespace":"boot","name":"inventory","reconcileID":"02ddd72b-b2be-4727-a68f-2fee83b59607","error":"error creating resource *v1.ConfigMap feo-context-cfg: namespaces \"feo-testing\" not found"}
A work-around for this is to manually create the namespace, e.g. kubectl create namespace feo-testing.
Ideally, our scripts should create a cohesive environment for working locally. Would it be possible to add this to the local run script?
If you
make run-localas described in the README the resulting logs show a recurring error message:A work-around for this is to manually create the namespace, e.g.
kubectl create namespace feo-testing.Ideally, our scripts should create a cohesive environment for working locally. Would it be possible to add this to the local run script?