yum - 我可以使用哪个用于Oracle Linux 7的yum存储库来安装Kubernetes?

标签 yum kubernetes

我已经能够使用“virt7-testing”存储库在CentOS 7测试环境中成功安装Kubernetes,如Kubernetes github存储库中CentOS“Getting Started Guide”中所述。我的生产环境将在Oracle Linux 7上运行,到目前为止,尚未在OL7上启用“virt7测试”。

那里是否还有其他与OL7兼容并包含Kubernetes的yum存储库?

最佳答案

这不是拉出OEL的最佳解决方案,但是我找不到包含这些软件包的OEL存储库,因此我使用了以下方法:

[]# cat /etc/yum.repos.d/virt7-common.repo
[virt7-common]
name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=http://mirror.centos.org/centos/7/extras/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

关于yum - 我可以使用哪个用于Oracle Linux 7的yum存储库来安装Kubernetes?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30947114/

相关文章:

GCC 向后兼容性

ubuntu - 如何在 ubuntu 中安装 "make"?

docker-runc 未安装在系统上

Azure Kubernetes 服务 : How to move pod from Spot node pool to Regular node pool automatically?

kubernetes - Kubernetes服务IP困惑

jenkins - gradle RPM 发布问题

基于 yum 或 apt 的 linux 的 bash 测试

kubernetes - 如何在 yml 中设置最小容器 ttl-duration

kubernetes - Helm升级超时,无法获取配置映射

Azure 服务主体重置