broken link

This commit is contained in:
huanqing.shao
2019-09-29 22:12:46 +08:00
parent 3701766b6c
commit 6914d43c3b
7 changed files with 6 additions and 18 deletions

View File

@ -66,4 +66,4 @@ sysctl -p
## 解决办法
* 在每一个节点上包括Master、Worker补充执行上述步骤然后重新启动节点机器。
* 或者按照 [安装 Kubernetes 单Master节点](install) 的描述重新安装集群
* 或者按照 [安装 Kubernetes 单Master节点](/install/install-k8s.html) 的描述重新安装集群

View File

@ -55,18 +55,6 @@ export default {
}
},
mounted () {
let _this = this
setTimeout(_ => {
_this.$alert('自 2019年9月28日起 google 官方yum镜像源https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/Packages中的镜像消失本文档使用阿里云yum镜像源https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/ 当中镜像也一并消失。截止到 2019年9月29日 14:05 未见恢复。在您安装前,请自行检查一下镜像是否可用。加群可获得最新信息 808894550', '镜像问题', {
confirmButtonText: '确定',
callback: action => {
this.$message({
type: 'error',
message: `好的,我知道镜像问题了`
});
}
});
}, 10000)
},
watch: {
'form.checked' () {