From 805edfaf75be5d090b1edb6eac17ae9b0e1a3194 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 27 Aug 2023 20:37:39 +1200 Subject: [PATCH] Switch to table for agenda. --- .../instructions.org | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/2023-08-31-openshift-rails-workshop/instructions.org b/2023-08-31-openshift-rails-workshop/instructions.org index 3575b3b..9a83f92 100644 --- a/2023-08-31-openshift-rails-workshop/instructions.org +++ b/2023-08-31-openshift-rails-workshop/instructions.org @@ -10,17 +10,14 @@ The workshop provides ruby developers an introduction to OpenShift and container * Agenda -1. Introduction to containers & kubernetes - -2. Exploring openshift application platform - -3. Setting up our development environment - -4. Deploying a ruby application - -5. Creating a deployment pipeline - -6. Developing & deploying a new feature +| # | Topic | How | Time allocated | Section link | +|---|------------------------------------------|--------------------------------|----------------|--------------| +| 1 | Introduction to containers & kubernetes | Facilitator led, group session | 10m | [[#1-introduction-to-containers--kubernetes][Link]] | +| 2 | Exploring openshift application platform | Facilitator led, group session | 10m | [[#2-exploring-openshift-application-platform][Link]] | +| 3 | Setting up your development environment | Individual, hands on excercise | 10m | [[#3. Setting up your development environment][Link]] | +| 4 | Deploying a ruby application | Individual, hands on excercise | 20m | [[#4. Deploying a ruby application ][Link]] | +| 5 | Creating a deployment pipeline | Individual, hands on excercise | 20m | [[#5. Creating a deployment pipeline ][Link]] | +| 6 | Developing & deploying a new feature | Individual, hands on excercise | 20m | [[#6. Developing & deploying a new feature ][Link]] | * 1. Introduction to containers & kubernetes