@@ -51,7 +51,7 @@ calls to other Instance plugins. So it's possible to compose new instance plugi
51
51
52
52
InfraKit can be run in different ways such as in Docker containers or as simple daemons. Here we are
53
53
going with the simple daemons that are built from source. For a quick start with pre-built Docker containers,
54
- you can take a look at the [ Playbook] ( ./playbooks/README.md ) .
54
+ you can take a look at the [ Playbook] ( .. /playbooks/README.md ) .
55
55
56
56
## Tutorial
57
57
@@ -60,7 +60,7 @@ To illustrate the concept of working with Group, Flavor, and Instance plugins, w
60
60
+ The ` simulator ` instance plugin - to simulate provisioning of various resource types.
61
61
+ The ` vanilla ` flavor plugin - to provide context/ flavor to the configuration of the instances
62
62
63
- For more information on plugins and how they work, please see the [ docs] ( ./plugins/README.md ) .
63
+ For more information on plugins and how they work, please see the [ docs] ( .. /plugins/README.md ) .
64
64
65
65
### Building infrakit
66
66
@@ -765,7 +765,7 @@ This concludes our quick tutorial. In this tutorial we:
765
765
766
766
Now that you have completed the tutorial, there are additional topics you can explore:
767
767
768
- + [Multi-zone and tiered deployments](./docs/tutorial/ multi.md). Expanding on the composition of plugins,
768
+ + [Multi-zone and tiered deployments](./multi.md). Expanding on the composition of plugins,
769
769
you can create a group controller that spans across multiple ' zones' or clouds,
770
770
across different instance types. In the tiered deployment example, you can see how
771
771
the same composition approach is used to create a Group controller that can
@@ -774,7 +774,7 @@ Now that you have completed the tutorial, there are additional topics you can ex
774
774
provisioning requests cannot be fulfilled.
775
775
+ Playbooks: Playbooks are ' scripts' that can be shared and reused.
776
776
Playbooks can drive the ` infrakit` CLI by defining new commands and flags.
777
- A good one to start is the [LinuxKit playbook](./docs /playbooks/linuxkit),
777
+ A good one to start is the [LinuxKit playbook](.. /playbooks/linuxkit),
778
778
where we explore integration with [LinuxKit](https://github.com/linuxkit/linuxkit).
779
779
+ Other controllers such as the Ingress controller for routing of traffic from
780
780
the internet to the cluster, and the Enrollment controller that performs associations
0 commit comments