ManageIQ / manageiq-pods

ManageIQ on Kubernetes and OpenShift
Apache License 2.0
50 stars 100 forks source link

Orchestrator deployment missing secret #1047

Closed tariksimsek closed 3 months ago

tariksimsek commented 7 months ago

Describe the issue you are having and what you expected to happen. Orchestrator can't find secret . I believe it is not created from operator.

Describe the steps to reproduce, including any log snippets and stack traces that will help diagnose. image

Describe your environment, including

Version Latest Environment Rancher K8s 1.26

nasark commented 6 months ago

@tariksimsek Please check your kafka deployment. The strimzi operator deploys services in the following order: zookeeper -> kafka -> entity operator. The entity operator manages the manageiq-user secret which means that either the entity-operator pod did not deploy correctly or you simply need to wait for the pod to spin up.

If you could list your pods that would help as well kubectl get pods

miq-bot commented 3 months ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

bdunne commented 3 months ago

Please re-open if this is still an issue.