镜像问题
This commit is contained in:
@ -55,6 +55,19 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
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: {
|
watch: {
|
||||||
'form.checked' () {
|
'form.checked' () {
|
||||||
@ -119,7 +132,7 @@ export default {
|
|||||||
|
|
||||||
* **持续更新和完善**
|
* **持续更新和完善**
|
||||||
* 始终有最新的 Kubernetes 稳定版安装文档,当前版本 v1.16.0
|
* 始终有最新的 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)
|
||||||
|
|
||||||
* **在线答疑**
|
* **在线答疑**
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ description: Kubernetes免费中文教程目录
|
|||||||
|
|
||||||
本教程的主要依据是:Kubernetes 官网文档,以及使用 Kubernetes 落地 Spring Cloud 微服务并投产的实战经验。适用人群:
|
本教程的主要依据是:Kubernetes 官网文档,以及使用 Kubernetes 落地 Spring Cloud 微服务并投产的实战经验。适用人群:
|
||||||
* Kubernetes 初学者
|
* Kubernetes 初学者
|
||||||
* 学习过 Kubernetes,但未能将其投产的技术爱好者
|
* 学习过 Kubernetes,但在投产过程中仍有诸多疑虑和困惑的技术爱好者
|
||||||
|
|
||||||
## **Kubernetes 体验**
|
## **Kubernetes 体验**
|
||||||
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) (30分钟,初学者也许需要更多)
|
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) (30分钟,初学者也许需要更多)
|
||||||
|
|||||||
Reference in New Issue
Block a user