deployment
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
let dateFns = require('date-fns')
|
||||
|
||||
module.exports = {
|
||||
title: 'Kuboard - Kubernetes k8s 安装/部署/免费教程/实践/微服务管理界面',
|
||||
title: 'Kuboard - Kubernetes k8s 安装/部署/入门/免费教程/实践/微服务管理界面',
|
||||
description: '一个非常 cool 的 Kubernetes Dashboard,简化 Kubernetes 的学习和使用,帮助您快速落地 Kubernetes;同时提供 Spring Cloud 微服务部署教程,DevOps教程',
|
||||
head: [
|
||||
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kubernetes 教程, K8S 教程, 微服务实践, Kubernetes 安装, K8S 安装, Kubernetes 安装, Kubernetes 部署'}],
|
||||
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kubernetes 教程, Kubernetes 入门, K8S 教程, K8S 入门, 微服务实践, Kubernetes 安装, K8S 安装, Kubernetes 安装, Kubernetes 部署'}],
|
||||
['script', {}, `
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
@@ -202,8 +202,17 @@ module.exports = {
|
||||
'k8s-intermediate/workload/wl-deployment/cleanup',
|
||||
'k8s-intermediate/workload/wl-deployment/canary',
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '控制器 - StatefulSet',
|
||||
collapsable: true,
|
||||
children: [
|
||||
'k8s-intermediate/workload/wl-statefulset/',
|
||||
'k8s-intermediate/workload/wl-statefulset/basics.html',
|
||||
'k8s-intermediate/workload/wl-statefulset/scaling.html',
|
||||
'k8s-intermediate/workload/wl-statefulset/update.html',
|
||||
]
|
||||
}
|
||||
// 'k8s-intermediate/workload/wl-statefulset',
|
||||
// 'k8s-intermediate/workload/wl-daemonset',
|
||||
// 'k8s-intermediate/workload/wl-job',
|
||||
// 'k8s-intermediate/workload/wl-cronjob',
|
||||
|
||||
@@ -9,6 +9,11 @@ p img {
|
||||
.sidebar-group.is-sub-group > .sidebar-heading:not(.clickable) {
|
||||
font-size: 1em !important;
|
||||
opacity: 1 !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
p code {
|
||||
border: 1px solid #007af5;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
|
||||
Reference in New Issue
Block a user