自定义namespace layout
This commit is contained in:
@ -1,23 +1,6 @@
|
||||
Kuboard v1.0.x 的更新说明
|
||||
|
||||
|
||||
## v1.0.7-beta.5
|
||||
|
||||
**优化**
|
||||
|
||||
* KuboardProxy 权限判断,登录用户必须具备 `services/proxy` 或者 `pods/proxy` 的 create 操作权限,才能访问 Kuboard Proxy;
|
||||
|
||||
|
||||
**BUG修正**
|
||||
|
||||
* 创建工作负载时,layer 不能选择默认;
|
||||
* RoleBinding/ClusterRolebinding 对话框 --> 部分情况下不能点击删除按钮;
|
||||
|
||||
|
||||
|
||||
|
||||
* 工作负载编辑页 --> 容器 --> 就绪检查 --> 当未填写容器名称时,出现 undefined 的显示
|
||||
|
||||
------------------
|
||||
|
||||
**新特性**
|
||||
|
||||
@ -1,79 +0,0 @@
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: dev
|
||||
name: svc-demo-task
|
||||
annotations:
|
||||
k8s.eip.work/workload: svc-demo-task
|
||||
deployment.kubernetes.io/revision: '7'
|
||||
k8s.eip.work/ingress: 'false'
|
||||
k8s.eip.work/service: none
|
||||
labels:
|
||||
boot: demo-task
|
||||
k8s.eip.work/layer: svc
|
||||
k8s.eip.work/name: svc-demo-task
|
||||
project: qjl
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
boot: demo-task
|
||||
k8s.eip.work/layer: svc
|
||||
k8s.eip.work/name: svc-demo-task
|
||||
project: qjl
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
boot: demo-task
|
||||
k8s.eip.work/layer: svc
|
||||
k8s.eip.work/name: svc-demo-task
|
||||
project: qjl
|
||||
spec:
|
||||
securityContext:
|
||||
seLinuxOptions: {}
|
||||
imagePullSecrets: []
|
||||
restartPolicy: Always
|
||||
initContainers: []
|
||||
containers:
|
||||
- image: demo/dev-demo-task
|
||||
imagePullPolicy: Always
|
||||
name: demo-task
|
||||
volumeMounts:
|
||||
- name: nfs
|
||||
readOnly: true
|
||||
mountPath: /data/nfs
|
||||
resources:
|
||||
limits:
|
||||
requests:
|
||||
env:
|
||||
- name: RESTART_
|
||||
value: '1582275909'
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/ok
|
||||
port: 8088
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 20
|
||||
timeoutSeconds: 1
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 100
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/ok
|
||||
port: 8088
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 180
|
||||
timeoutSeconds: 1
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 10
|
||||
volumes:
|
||||
- name: nfs
|
||||
nfs:
|
||||
server: 192.168.0.144
|
||||
path: /data/nfs
|
||||
terminationGracePeriodSeconds: 30
|
||||
replicas: 1
|
||||
|
||||
@ -10,10 +10,30 @@ 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.6.3</span>
|
||||
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.7-beta.3</span>
|
||||
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.7-beta.5</span>
|
||||
|
||||
Kuboard v1.0.x 的更新说明
|
||||
|
||||
## v1.0.7-beta.5
|
||||
|
||||
**发布日期**
|
||||
|
||||
2020年3月1日
|
||||
|
||||
**优化**
|
||||
|
||||
* KuboardProxy 权限判断,登录用户必须具备 `services/proxy` 或者 `pods/proxy` 的 create 操作权限,才能访问对应的 Kuboard Proxy;
|
||||
* 工作负载页 --> 修改工作负载的标签
|
||||
* [自定义 Kuboard namespace 布局](/install/install-kuboard-layout.html)
|
||||
|
||||
**BUG修正**
|
||||
|
||||
* 创建工作负载时,layer 不能选择默认;
|
||||
* RoleBinding/ClusterRolebinding 对话框 --> 部分情况下不能点击删除按钮;
|
||||
* 集群概览页 --> 计算资源区最大化时的布局问题
|
||||
* 工作负载编辑页 --> 容器 --> 就绪检查 --> 当未填写容器名称时,出现 undefined 的显示
|
||||
|
||||
|
||||
## v1.0.7-beta.4
|
||||
|
||||
**发布日期**
|
||||
|
||||
Reference in New Issue
Block a user