Bug 1885232
| Summary: | Sync with upstream (fix panicking cluster-capacity binary) | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jan Chaloupka <jchaloup> |
| Component: | kube-scheduler | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.6 | CC: | aos-bugs, knarra, mfojtik |
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1885223 | Environment: | |
| Last Closed: | 2020-10-27 16:47:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1885223 | ||
| Bug Blocks: | |||
|
Description
Jan Chaloupka
2020-10-05 13:34:54 UTC
Verified bug by cloning the upstream repo and i see that there is no panic. Below are the steps followed to verify the bug. 1) clone repo https://github.com/kubernetes-sigs/cluster-capacity 2) cd cluster-capacity/ 3) make build go build -o hypercc sigs.k8s.io/cluster-capacity/cmd/hypercc ln -sf hypercc cluster-capacity ln -sf hypercc genpod 4) ./cluster-capacity --kubeconfig /home/knarra/Downloads/kubeconfig_46O --podspec=examples/pod.yaml I1006 21:59:49.361591 19459 registry.go:173] Registering SelectorSpread plugin I1006 21:59:49.361630 19459 registry.go:173] Registering SelectorSpread plugin 16 [knarra@knarra cluster-capacity]$ ./cluster-capacity --kubeconfig /home/knarra/Downloads/kubeconfig_46O --podspec=examples/pod.yaml --verbose I1006 22:01:37.252776 19722 registry.go:173] Registering SelectorSpread plugin I1006 22:01:37.252802 19722 registry.go:173] Registering SelectorSpread plugin small-pod pod requirements: - CPU: 150m - Memory: 100Mi The cluster can schedule 16 instance(s) of the pod small-pod. Termination reason: Unschedulable: 0/6 nodes are available: 3 Insufficient cpu, 3 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate. Pod distribution among nodes: small-pod - ip-10-0-185-218.us-east-2.compute.internal: 7 instance(s) - ip-10-0-147-35.us-east-2.compute.internal: 5 instance(s) - ip-10-0-202-50.us-east-2.compute.internal: 4 instance(s) Based on the above moving bug to verified state. Verified bug by cloning the upstream repo and i see that there is no panic. Below are the steps followed to verify the bug. 1) clone repo https://github.com/kubernetes-sigs/cluster-capacity 2) cd cluster-capacity/ 3) make build go build -o hypercc sigs.k8s.io/cluster-capacity/cmd/hypercc ln -sf hypercc cluster-capacity ln -sf hypercc genpod 4) ./cluster-capacity --kubeconfig /home/knarra/Downloads/kubeconfig_46O --podspec=examples/pod.yaml I1006 21:59:49.361591 19459 registry.go:173] Registering SelectorSpread plugin I1006 21:59:49.361630 19459 registry.go:173] Registering SelectorSpread plugin 16 [knarra@knarra cluster-capacity]$ ./cluster-capacity --kubeconfig /home/knarra/Downloads/kubeconfig_46O --podspec=examples/pod.yaml --verbose I1006 22:01:37.252776 19722 registry.go:173] Registering SelectorSpread plugin I1006 22:01:37.252802 19722 registry.go:173] Registering SelectorSpread plugin small-pod pod requirements: - CPU: 150m - Memory: 100Mi The cluster can schedule 16 instance(s) of the pod small-pod. Termination reason: Unschedulable: 0/6 nodes are available: 3 Insufficient cpu, 3 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate. Pod distribution among nodes: small-pod - ip-10-0-185-218.us-east-2.compute.internal: 7 instance(s) - ip-10-0-147-35.us-east-2.compute.internal: 5 instance(s) - ip-10-0-202-50.us-east-2.compute.internal: 4 instance(s) Based on the above moving bug to verified state. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |