Kubernetes running on MIPS CPU architecture, knowledge sharing and technical support.
MIPS芯片架构用的是精简指令系统计算结构(RISC结构),是国产化安全可靠平台的主力架构之一。 如何在MIPS芯片架构上搭建容器云平台,尤其是Kubernetes平台是非常有意义和挑战的工作。 本项目的目的是为广大MIPS用户提供Kubernetes on MIPS的技术共享和支持。
Kubernetes issue #85932 kubernetes e2e tests images for arch mips64el
Kubernetes issue #34600 Build kubernetes for a new arch---mips6el
- 一致性测试所需镜像列表,在国内需要将
gcr.io替换为gcr.azk8s.cn、quay.io替换为quay.azk8s.cn、k8s.gcr.io替换为gcr.azk8s.cn,建议提前将镜像在集群各个节点下载好 - 在master节点根据cncf官方文档安装sonobuoy并进行一致性测试
- build-kubernetes-mips提供了在mips架构下,构建kubernetes v1.15.3版本的可执行文件方法.