krkn-chaos / cerberus

Guardian of Kubernetes clusters. Tool to monitor clusters health and signal/alert on failures.
Apache License 2.0
92 stars 41 forks source link

Enable support to run Cerberus tool on Power (ppc64le) #114

Closed juliemathew closed 3 years ago

juliemathew commented 3 years ago

Task: Enable support to run Cerberus tool on Power (ppc64le)

The scenario is to run Cerberus tests on a host having Power (ppc64le) architecture. This would be beneficial to test clusters in environments having only Power VMs.

The Dockerfile which is currently available, only runs on Intel architecture. To solve this, I have created a separate Dockerfile for ppc64le so that the tool can be run without any dependency problems.

juliemathew commented 3 years ago

Here is the PR -> https://github.com/cloud-bulldozer/cerberus/pull/115 Please review. Thanks.

juliemathew commented 3 years ago

PR is merged. Closing this issue.