Skip to content

[Bug_NOK]: EMF upgrade is failing. #1810

@Amithpn

Description

@Amithpn

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

  1. Launch the installer using start-orchestrator-install.sh.
  2. Choose option 2 to Manage an existing Cloud Edge Orchestrator.
  3. 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
  4. During the make upgrade, secret-config pod went into CrashLoopBackOff state and we couldnt recover it from here.

Secret-config failure:

Image

Secret-config pod log:

Image

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.

Metadata

Metadata

Labels

ClosedbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions