diff --git a/content/day0/10_abstractions.md b/content/day0/10_abstractions.md index c3ac7e4..e3984dc 100644 --- a/content/day0/10_abstractions.md +++ b/content/day0/10_abstractions.md @@ -45,7 +45,7 @@ Fair warning: Food analogies incoming 4. Add complexity 5. Repeat -TODO: Steal image +![Abstraction cycle illustration](../_img/abstraction-cycle.png) ### Warning signs diff --git a/content/day0/_img/abstraction-cycle.png b/content/day0/_img/abstraction-cycle.png new file mode 100644 index 0000000..6e0ff67 Binary files /dev/null and b/content/day0/_img/abstraction-cycle.png differ diff --git a/content/day0/_img/product-compass.png b/content/day0/_img/product-compass.png new file mode 100644 index 0000000..bf81a52 Binary files /dev/null and b/content/day0/_img/product-compass.png differ diff --git a/content/day1/02_migrations.md b/content/day1/02_migrations.md index a1b2117..7ed7ea3 100644 --- a/content/day1/02_migrations.md +++ b/content/day1/02_migrations.md @@ -30,7 +30,7 @@ tags: - Basic CRDS: Cluster, MachineDeployment, Machine - Talos: Immutable, minimal, ephemeral with declarative config via grpc api -TODO: Steal diagrams from slides +![CAPI Diagram](../_img/capi.png) ## Migration @@ -59,7 +59,7 @@ TODO: Steal diagrams from slides - ControlPlane-CRD: Create cp MDs - Infrastructure: References template for wokrer-MDs -TODO: Steal image +![ClusterAPI CRDs](../_img/clusterapi-crd.png) ### 4. Add ClusterAPI Nodes diff --git a/content/day1/05_ressource-submission-bookkeeping.md b/content/day1/05_ressource-submission-bookkeeping.md index aca2922..552f996 100644 --- a/content/day1/05_ressource-submission-bookkeeping.md +++ b/content/day1/05_ressource-submission-bookkeeping.md @@ -32,14 +32,14 @@ tags: - Submitter: Handels retry, verification, ... - Submitter: Configures workload on workload clusters -TODO: Steal image from slides +![](../_img/runnables.png) ### Submission of deployables - User: deploys mutation to audit/sourceoftrough - Syncer: Syncs deployables to workload clusters -TODO: Steal image from slides +![](../_img/deployables.png) ## Reporting @@ -61,5 +61,4 @@ graph ### Overview -TODO: Steal from slide - +![Complete diagram](../_img/submission.png) diff --git a/content/day1/_img/capi.png b/content/day1/_img/capi.png new file mode 100644 index 0000000..dfd5c1b Binary files /dev/null and b/content/day1/_img/capi.png differ diff --git a/content/day1/_img/clusterapi-crd.png b/content/day1/_img/clusterapi-crd.png new file mode 100644 index 0000000..3db20b8 Binary files /dev/null and b/content/day1/_img/clusterapi-crd.png differ diff --git a/content/day1/_img/deployables.png b/content/day1/_img/deployables.png new file mode 100644 index 0000000..746f992 Binary files /dev/null and b/content/day1/_img/deployables.png differ diff --git a/content/day1/_img/runnables.png b/content/day1/_img/runnables.png new file mode 100644 index 0000000..773c4e0 Binary files /dev/null and b/content/day1/_img/runnables.png differ diff --git a/content/day1/_img/submission.png b/content/day1/_img/submission.png new file mode 100644 index 0000000..aaa818c Binary files /dev/null and b/content/day1/_img/submission.png differ