mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-03 06:21:41 +00:00
@@ -71,10 +71,23 @@ module.exports = {
|
||||
],
|
||||
'/kubernetes/': [
|
||||
'intro',
|
||||
'quickstart',
|
||||
'concepts',
|
||||
'kubectl',
|
||||
'design',
|
||||
{
|
||||
title: "部署 Kubernetes",
|
||||
collapsable: false,
|
||||
children: [
|
||||
"setup/",
|
||||
"setup/docker",
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kubernetes 命令行 kubectl",
|
||||
collapsable:false,
|
||||
children: [
|
||||
'kubectl/'
|
||||
]
|
||||
}
|
||||
],
|
||||
'/compose/': [
|
||||
'introduction',
|
||||
|
Reference in New Issue
Block a user