File tree Expand file tree Collapse file tree 7 files changed +33
-1
lines changed
foundational/PredictableDemands/katakoda Expand file tree Collapse file tree 7 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ link:behavorial/PeriodicJob/README.adoc[Periodic Job]::
4141link:behavorial/DaemonService/README.adoc[Daemon Service]::
4242 Sample maintenance script for maintenance jobs on every node of a cluster
4343link:behavorial/SingletonService/README.adoc[Singleton Service]::
44- Example of a PodDisruptionBudget for controlling voluntary disruptions [*]
44+ Example of a PodDisruptionBudget for controlling voluntary disruptions
4545link:behavorial/StatefulService/README.adoc[Stateful Service]::
4646 StatefulSet example for our random-generator [*]
4747link:behavorial/ServiceDiscovery/README.adoc[Service Discovery]::
Original file line number Diff line number Diff line change 1+ {
2+ "title" : " Predictable Demands" ,
3+ "description" : " This example shows how to declare Kubernetes resource profiles to help the cluster in managing your containers." ,
4+ "details" : {
5+ "steps" : [
6+ {
7+ "title" : " Step 1" ,
8+ "text" : " step1.md"
9+ },
10+ {
11+ "title" : " Step 2" ,
12+ "text" : " step2.md"
13+ },
14+ {
15+ "title" : " Step 3" ,
16+ "text" : " step3.md"
17+ }
18+ ],
19+ "intro" : {
20+ "text" : " intro.md"
21+ },
22+ "finish" : {
23+ "text" : " finish.md"
24+ }
25+ },
26+ "environment" : {
27+ "uilayout" : " terminal-terminal"
28+ },
29+ "backend" : {
30+ "imageid" : " kubernetes-cluster"
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments