-
Notifications
You must be signed in to change notification settings - Fork 8
[QA integration tests] Opensearch pods can't be scheduled on nodes due to insufficient cpu resources on public AWS #236
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
We've tried to deploy Opensearch service to the https://eed97a9ea4d698641aac638d85b7a273.gr7.us-east-1.eks.amazonaws.com.
It is needed for the automation of deployment via GitHub workflow, where a runner would be used on the AWS cloud:
Netcracker/qubership-opensearch#53 (comment)
Opensearch pods can't start:
opensearch opensearch-0 0/1 Pending 0 134m
opensearch opensearch-1 0/1 Pending 0 156m
opensearch opensearch-2 0/1 Pending 0 4h31m
opensearch opensearch-dashboards-55d55ccb5c-fkddr 1/1 Running 0 4d21h
opensearch opensearch-integration-tests-675895578d-bpmcp 1/1 Running 20 (3m33s ago) 136m
opensearch opensearch-service-operator-b6ffbc975-682wd 1/1 Running 0 6h44m
Namespace events:
# kubectl get events -n opensearch
LAST SEEN TYPE REASON OBJECT MESSAGE
10m Warning FailedScheduling pod/opensearch-0 0/4 nodes are available: 1 Too many pods, 2 Insufficient cpu, 2 node(s) had volume node affinity conflict. preemption: 0/4 nodes are available: 2 No preemption victims found for incoming pod, 2 Preemption is not helpful for scheduling.
10m Warning FailedScheduling pod/opensearch-1 0/4 nodes are available: 1 Too many pods, 2 Insufficient cpu, 2 node(s) had volume node affinity conflict. preemption: 0/4 nodes are available: 2 No preemption victims found for incoming pod, 2 Preemption is not helpful for scheduling.
10m Warning FailedScheduling pod/opensearch-2 0/4 nodes are available: 1 Too many pods, 2 Insufficient cpu, 2 node(s) had volume node affinity conflict. preemption: 0/4 nodes are available: 2 No preemption victims found for incoming pod, 2 Preemption is not helpful for scheduling.
The following configuration was used
https://github.com/Netcracker/qubership-test-pipelines/blob/test_opensearch/templates/opensearch-service/opensearch_clean_all_on_sc.yml#L23
To Reproduce
Deploy Opensearch application using helm install
Version
No response
Logs
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done
Status
Done