You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to install the Observability Extension package from the Intel Orchestrator UI, the installation fails with the following error:
"message": "rpc error: code = AlreadyExists desc = confused the target Deployment: the deployment package forbids multiple deployment package but there are multiple deployments for the deployment package"
Bug Description
While attempting to install the Observability Extension package from the Intel Orchestrator UI, the installation fails with the following error:
"message": "rpc error: code = AlreadyExists desc = confused the target Deployment: the deployment package forbids multiple deployment package but there are multiple deployments for the deployment package"
Software Version
v2026.0
Operating System
Ubuntu 22.04 (LTS)
System Setup
Hardware: AlderLake (13th Gen Intel(R) Core(TM) i9-13900E)
OS: Ubuntu 22.04.5 LTS
Kernel: 6.8.0-52-generic
K3s Configuration:
Kubernetes: K3s v1.33.5+k3s1
topology-manager-policy: best-effort
cpu-manager-policy: static
reserved-cpus: "1"
Reproducible Steps
Navigate to the Extension Packages
Select the Observability Extension package.
Deploy and proceed with the default deployment configuration.
Expected Result:
The Observability Extension package should be installed successfully
Investigation Performed