This commit is contained in:
huanqing.shao
2020-03-15 00:10:44 +08:00
parent 584050bb79
commit d28b10bf97
4 changed files with 38 additions and 10 deletions

View File

@ -12,8 +12,8 @@ module.exports = [
description: '【2核4G云服务器低至331元/年限时抢购】华为云开年回馈用户产品低至1折',
strong: '限时抢购',
action: '立享优惠',
url: 'https://activity.huaweicloud.com/2020feb_promotion/invite.html?fromuser=05f073ad3c0010ea0f4bc00b7105ec20&fromacct=36cf686d-2650-4107-baa4-f0dc3c860df4&needGalaxy=true',
weight: 60
url: 'https://activity.huaweicloud.com/2020feb_promotion/index.html?&fromuser=a3Vib2FyZA==&utm_source=a3Vib2FyZA==&utm_medium=cps&utm_campaign=201905',
weight: 180
},
// {
// name: 'Suveng',

View File

@ -100,7 +100,7 @@ StatefulSet 中的 Pod 具备一个唯一标识,该标识由以下几部分组
| 字段名 | 组合一 | 组合二 | 组合三 |
| --------------------- | -------------------------------------------- | ---------------------------------------- | ------------------------------------- |
| **集群域 Cluster Domain** | cluster.local | cluster.local | cluster.local |
| **集群域 Cluster Domain** | cluster.local | cluster.local | kube.local |
| **Service name** | default/nginx | foo/nginx | foo/nginx |
| **StatefulSet name** | default/web | foo/web | foo/web |
| **StatefulSet Domain** | nginx.default.svc.cluster.local | nginx.foo.svc.cluster.local | nginx.foo.svc.kube.local |
@ -119,7 +119,7 @@ Kubernetes 为每一个 VolumeClaimTemplate 创建一份 PersistentVolume
### Pod name 标签
当 StatefulSet 控制器创建一个 Pod 时,会为 Pod 添加一个标签label `statefulset.kubernetes.io/pod-name` 且该标签的值为 Pod 的名字。您可以利用此名字StatefulSet 中的某一个特定的 Pod 关联一个 Service。
当 StatefulSet 控制器创建一个 Pod 时,会为 Pod 添加一个标签label `statefulset.kubernetes.io/pod-name` 且该标签的值为 Pod 的名字。您可以利用此名字,StatefulSet 中的某一个特定的 Pod 关联一个 Service。
::: tip
实际操作中,您无需为 StatefulSet 中的一个特定 Pod 关联 Service因为您可以直接通过该 Pod 的 DNS Name 访问到 Pod。

View File

@ -6,9 +6,10 @@ v1.0.7 已经支持了 kubectl proxy 的功能、v1.0.8 做 Deployment 的滚动
* 删除 ReplicaSet 下所有的 Pod
* Pod 详情
* 显示 Pod 的 Status
---
* 工作负载编辑器
* 保存前对比 YAML
@ -27,7 +28,7 @@ v1.0.7 已经支持了 kubectl proxy 的功能、v1.0.8 做 Deployment 的滚动
BUG
* 导入 yamlSafari 浏览器不能选择 yaml 文件
* 显示相对时间时kubectl 使用服务器时间计算相对时间Kuboard 则使用客户端的机器时间计算相对时间
* etcd 安装和备份文档
* kubeadm 安装之后的目录结构

View File

@ -9,11 +9,38 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.7.2</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.8-beta.1</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.8</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.8-beta.2</span>
Kuboard v1.0.x 的更新说明
## v1.0.8
**发布日期**
2020年3月12日
**新特性**
* Deployment Processing
* 删除 ReplicaSet 下所有的 Pod
* 显示处于删除过程中的 Pod
* 修改部署策略
* 增加常用操作
* 编辑 Deployment
* 伸缩
* 调整镜像版本
* 工作负载编辑器
* Service --> Headless
**优化**
* 当内存比较大时,集群概览页的 Metrics 样式出现串行问题
* Pod 详情
* 如果 Pod 正在被删除,显示该状态;
* 显示 Pod 的 Message/Reasonn如果存在
* Pod 列表,显示 Ready 状态
## v1.0.8-beta.2
**发布日期**