Hi Team, I am trying to configure signoz in ek8 an...
# support
h
Hi Team, I am trying to configure signoz in ek8 and we already have deployment running in a namespace. We are trying to create another deployment with different namespace but it seems ports are clashing which leads to failure to start few pods:
Copy code
AME                                                        READY   STATUS    RESTARTS   AGE
chi-my-release-clickhouse-cluster-0-0-0                     1/1     Running   0          13m
my-release-clickhouse-operator-6c6f7f95c4-jkpnr             2/2     Running   0          14m
my-release-k8s-infra-otel-agent-8pdll                       0/1     Pending   0          14m. - Failing 
my-release-k8s-infra-otel-agent-zswfb                       0/1     Pending   0          14m. - Failing 
my-release-k8s-infra-otel-deployment-866cd97c4c-n7nn8       1/1     Running   0          14m
my-release-signoz-alertmanager-0                            1/1     Running   0          14m
my-release-signoz-frontend-66f96c7cff-l7b7q                 1/1     Running   0          14m
my-release-signoz-otel-collector-687db94cdc-bxmfk           1/1     Running   0          14m
my-release-signoz-otel-collector-metrics-8467677d6c-v5sqk   1/1     Running   0          14m
my-release-signoz-query-service-0                           1/1     Running   0          14m
my-release-zookeeper-0                                      1/1     Running   0          14m
3 and 4th pod is failing because there is a port clash:
Copy code
Events:
  Type     Reason            Age                    From               Message
  ----     ------            ----                   ----               -------
  Warning  FailedScheduling  2m49s (x2 over 7m54s)  default-scheduler  0/2 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.
Can anyone advise how to solve this ?