40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
Kuboard v1.0.x 的更新说明
|
||
|
||
|
||
|
||
* 清理事件
|
||
* EndPoint
|
||
* 导入工作负载时,如果存储类没有 annotations,不应该报错
|
||
* 表单校验:数据卷名不能带小数点
|
||
* Prometheus 监控
|
||
* 工作负载编辑器 --> 容器组 --> 容忍 -- 正在开发
|
||
* Limit Range
|
||
|
||
|
||
* https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
|
||
|
||
|
||
* 可以在这里加一个自动部署的按钮,点击按钮显示部署秘钥。shell 脚本可以加一句curl http://kubord.com?秘钥+版本。镜像推送到仓库之后,shell脚本加一句这个curl就可以完成k8s自动集成了
|
||
*
|
||
|
||
* 容器组列表,筛选结果为空时,提示筛选 “其他”
|
||
|
||
* https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
|
||
|
||
* https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/ha-topology/ 专题:ETCD 集群是如何setup起来的
|
||
|
||
* Service --> SessionAffinity
|
||
--> clientIP.timeoutSeconds
|
||
* Service --> .spec.clusterIP
|
||
|
||
* PV 中支持 hostPath
|
||
|
||
* 存储卷声明去掉分配模式的字段
|
||
* 删除容器组时 - graceful period
|
||
* Pod Conditions: lastProbeTime/reason/message
|
||
* 按名称空间查看 Events
|
||
* 显示 Deployment/StatefulSet/DaemonSet 的事件
|
||
* 控制台/日志界面,按 名称空间/工作负载/Pod/容器 进行切换
|
||
* hostPort
|
||
* StatefulSet 在 available 数与 replicas 数不一致时,链接到帮助提示
|