容器组

This commit is contained in:
huanqing.shao
2019-09-06 23:08:17 +08:00
parent aca4f17b4c
commit f6a953ab07
7 changed files with 179 additions and 3 deletions

View File

@ -71,7 +71,7 @@ module.exports = {
{ text: '学习', link: '/learning/' },
{ text: '使用', link: '/guide/' },
{ text: '微服务', link: '/micro-service/overview/kuboard-view-of-k8s.html' },
{ text: '博客', link: 'https://blog.kuboard.cn/compaign' }
// { text: '博客', link: 'https://blog.kuboard.cn/compaign' }
// { text: 'DevOps', link: '/devops/' }
],
displayAllHeaders: false,
@ -179,6 +179,14 @@ module.exports = {
collapsable: false,
children: [
'k8s-intermediate/ingress',
{
title: '工作负载',
collapsable: false,
children: [
'k8s-intermediate/workload/pod',
'k8s-intermediate/workload/pod-lifecycle',
]
},
'k8s-intermediate/config-map',
'k8s-intermediate/private-registry',
{