Bug Description
We are trying to upgrade to the new build of 2026.0 version with few changes in UI components. We see platform-keycloak and secret-config apps are failing due to vault keys. Tried following trouble shooting steps but it didnt help. Hence raising a bug to get more idea on the issue and support if needed.
Software Version
2026.0
Operating System
Ubuntu 24.04 (LTS)
System Setup
Intel EMF orchestrator v2026.0
Reproducible Steps
- Launch the installer using start-orchestrator-install.sh.
- Choose option 2 to Manage an existing Cloud Edge Orchestrator.
- Followed the instructions as per the documetation : https://docs.openedgeplatform.intel.com/edge-manage-docs/2026.0/deployment_guide/cloud_deployment/cloud_how_to/cloud_upgrade.html
- During the make upgrade, secret-config pod went into CrashLoopBackOff state and we couldnt recover it from here.
Secret-config failure:
Secret-config pod log:
Tried below steps to unlock vault:
https://docs.openedgeplatform.intel.com/edge-manage-docs/2026.0/shared/shared_on_prem_ts_vault_unseal.html
Ran below cmds to unlock vault keys:
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-0 -- vault operator unseal "$key"; done
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-1 -- vault operator unseal "$key"; done
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-2 -- vault operator unseal "$key"; done
Deleted the secret-config pod to see if the issue is resolved but it is still present. Hence raising bug for more help.
Bug Description
We are trying to upgrade to the new build of 2026.0 version with few changes in UI components. We see platform-keycloak and secret-config apps are failing due to vault keys. Tried following trouble shooting steps but it didnt help. Hence raising a bug to get more idea on the issue and support if needed.
Software Version
2026.0
Operating System
Ubuntu 24.04 (LTS)
System Setup
Intel EMF orchestrator v2026.0
Reproducible Steps
Secret-config failure:
Secret-config pod log:
Tried below steps to unlock vault:
https://docs.openedgeplatform.intel.com/edge-manage-docs/2026.0/shared/shared_on_prem_ts_vault_unseal.html
Ran below cmds to unlock vault keys:
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-0 -- vault operator unseal "$key"; done
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-1 -- vault operator unseal "$key"; done
kubectl -n orch-platform get secret vault-keys -o yaml | yq .data.vault-keys | base64 -d | jq -r '.keys[]' | while read key; do kubectl -n orch-platform exec vault-2 -- vault operator unseal "$key"; done
Deleted the secret-config pod to see if the issue is resolved but it is still present. Hence raising bug for more help.