forked from kubeslice/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion-0.3.0-sidebars.json
96 lines (96 loc) · 3.72 KB
/
version-0.3.0-sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"version2": [
"overview",
"architecture",
"getting-started-with-kind-clusters",
{
"type": "category",
"label": "Getting Started With Cloud Clusters",
"collapsed": true,
"link": {
"type": "doc",
"id": "getting-started-with-cloud-clusters/getting-started-with-cloud-clusters"
},
"items": [
{
"type": "category",
"label": "Prerequisites",
"collapsed": true,
"link": {
"type": "doc",
"id": "getting-started-with-cloud-clusters/prerequisites/prerequisites"
},
"items": [
"getting-started-with-cloud-clusters/prerequisites/preparing-the-cloud-clusters-for-registration"
]
},
{
"type": "category",
"label": "Installing KubeSlice",
"collapsed": true,
"link": {
"type": "doc",
"id": "getting-started-with-cloud-clusters/installing-kubeslice/installing-kubeslice"
},
"items": [
"getting-started-with-cloud-clusters/installing-kubeslice/installing-the-kubeslice-controller",
"getting-started-with-cloud-clusters/installing-kubeslice/registering-the-worker-cluster",
"getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice",
"getting-started-with-cloud-clusters/installing-kubeslice/managing-namespaces",
"getting-started-with-cloud-clusters/installing-kubeslice/isolating-namespaces",
"getting-started-with-cloud-clusters/installing-kubeslice/script-to-get-the-secrets-of-the-worker-cluster",
"getting-started-with-cloud-clusters/installing-kubeslice/configuration-parameters"
]
},
{
"type": "category",
"label": "Tutorials",
"collapsed": true,
"link": {
"type": "doc",
"id": "getting-started-with-cloud-clusters/tutorials/tutorials"
},
"items": [
"getting-started-with-cloud-clusters/tutorials/deploying-the-iperf-application",
"getting-started-with-cloud-clusters/tutorials/deploying-the-bookinfo-application",
"getting-started-with-cloud-clusters/tutorials/deploying-the-iperf-application-on-an-intra-cluster-slice",
"getting-started-with-cloud-clusters/tutorials/deploying-the-bookinfo-application-on-an-intra-cluster-slice"
]
},
{
"type": "category",
"label": "Uninstalling KubeSlice",
"collapsed": true,
"link": {
"type": "doc",
"id": "getting-started-with-cloud-clusters/uninstalling-kubeslice/uninstalling-kubeslice"
},
"items": [
"getting-started-with-cloud-clusters/uninstalling-kubeslice/offboarding-namespaces",
"getting-started-with-cloud-clusters/uninstalling-kubeslice/deleting-the-slice",
"getting-started-with-cloud-clusters/uninstalling-kubeslice/deregistering-the-worker-cluster",
"getting-started-with-cloud-clusters/uninstalling-kubeslice/deleting-the-project",
"getting-started-with-cloud-clusters/uninstalling-kubeslice/uninstalling-the-kubeslice-controller"
]
}
]
},
"troubleshooting-guide",
{
"type": "category",
"label": "Release Notes",
"collapsed": true,
"link": {
"type": "doc",
"id": "release-notes/release-notes"
},
"items": [
"release-notes/release-notes-for-kubeslice-oss-0.3.0",
"release-notes/release-notes-for-kubeslice-oss-0.2.0",
"release-notes/release-notes-for-kubeslice-oss-0.1.0"
]
},
"community",
"contribute-to-kubeslice-docs"
]
}