镜像问题

This commit is contained in:
huanqing.shao
2019-09-29 07:31:49 +08:00
parent faabc5accc
commit 170360939b
2 changed files with 15 additions and 2 deletions

View File

@ -55,6 +55,19 @@ export default {
}
},
mounted () {
let _this = this
// set(_ => {
console.log('dd')
_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日 7:27 未见恢复。在您安装前,请自行检查一下镜像是否可用', '镜像问题', {
confirmButtonText: '确定',
callback: action => {
this.$message({
type: 'error',
message: `好的,我知道镜像问题了`
});
}
});
// }, 1000)
},
watch: {
'form.checked' () {
@ -119,7 +132,7 @@ export default {
* **持续更新和完善**
* 始终有最新的 Kubernetes 稳定版安装文档,当前版本 v1.16.0
* 当前已更新了 <font color="red"> 53</font> [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)
* 当前已更新了 <font color="red"> 54</font> [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)
* **在线答疑**

View File

@ -9,7 +9,7 @@ description: Kubernetes免费中文教程目录
本教程的主要依据是Kubernetes 官网文档,以及使用 Kubernetes 落地 Spring Cloud 微服务并投产的实战经验。适用人群:
* Kubernetes 初学者
* 学习过 Kubernetes未能将其投产的技术爱好者
* 学习过 Kubernetes在投产过程中仍有诸多疑虑和困惑的技术爱好者
## **Kubernetes 体验**
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) 30分钟初学者也许需要更多