Modassar Rana
Modassar Rana
/kind feature Currently , some of the python packages are not s390x compatible , as a result dockerfile builds are failing on s390x ``` ERROR: Cannot install kserve[storage]==0.10.0, kserve[storage]==0.10.1, kserve[storage]==0.10.2,...
Added s390x in node affinity rule as already work is going on to support s390x for tensorflow in runtime-adaptor
File write permission issue happens when we select ceph as default storage for both power & Z . To resolve the issue , added fsGroup in the postgres Deployment Tested...
Added Qemu & buildx for multi-arch image support Tested the github workflow
Multi-architecture support for model-registry ## Description Updated Dockerfile Updated Makefile to use buildx for multi-arch image Updated install_protoc scripts for multi-architecture
Updated kubebuilder for s390x. I am able to build the developer image successfully on s390x. I have added small snapshot below ``` [root@m1305001 modelmesh-serving]# make run fmt make: go: Command...
## Description 1. Multi-arch changes have been done in build-and-push-image.yml. Same will be replicated in other build & publish github workflow (Ex: build-and-push-ui-image.yml , csi-build-and-push-image.yml) 2. Removed Push functionality from...