-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
59 lines (52 loc) · 1.55 KB
/
index.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
{
"title": "Kubernetes Pod scheduling",
"description": "How the tolerations, node affinity affect the pod scheduling",
"details": {
"intro": {
"text": "intro.md"
},
"steps": [
{
"title": "Apply label and taint on node",
"text": "step1/text.md",
"verity": "step1/verify.sh"
},
{
"title": "Create a non tolereant pod",
"text": "step2/text.md",
"verity": "step2/verify.sh"
},
{
"title": "Create a pod with the corresponding toleration and podSize=SMALL",
"text": "step3/text.md",
"verity": "step3/verify.sh"
},
{
"title": "Change the node label to podSize=MEDIUM, redeploy the same pod",
"text": "step4/text.md",
"verity": "step4/verify.sh"
},
{
"title": "Change the node label to podSize=LARGE, recreate the pod with the same rule",
"text": "step5/text.md",
"verity": "step5/verify.sh"
},
{
"title": "Create a pod with the corresponding toleration and podSize=LARGE",
"text": "step6/text.md",
"verity": "step6/verify.sh"
},
{
"title": "Change taint to owner=kuiperbelt",
"text": "step7/text.md",
"verity": "step7/verify.sh"
}
],
"finish": {
"text": "finish.md"
}
},
"backend": {
"imageid": "kubernetes-kubeadm-1node"
}
}