From 68d0083c3060f0333bef37edb34978be2cd3c29b Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 31 Aug 2023 12:13:18 +1200 Subject: [PATCH] Fix section links in the topic table. --- 2023-08-31-openshift-rails-workshop/instructions.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/2023-08-31-openshift-rails-workshop/instructions.org b/2023-08-31-openshift-rails-workshop/instructions.org index 5fe30f2..4852d4a 100644 --- a/2023-08-31-openshift-rails-workshop/instructions.org +++ b/2023-08-31-openshift-rails-workshop/instructions.org @@ -17,10 +17,10 @@ The workshop provides ruby developers an introduction to OpenShift and container |---|------------------------------------------|--------------------------------|----------------|--------------| | 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 | Making an application serverless | Individual, hands on excercise | 20m | [[#6. Developing & deploying a new feature ][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 | Making an application serverless | Individual, hands on excercise | 20m | [[#6-making-an-application-serverless ][Link]] | @@ -219,6 +219,9 @@ For this excercise though, lets create a new pipeline from scratch! 10) Click on the newly added ~openshift-client~ task. Update the display name to ~deploy~, then set the ~script~ field to ~oc rollout status deployment/ruby-pipeline-app~ and click ~Create~. + + + * 6. Making an application serverless So we've just deployed some applications to OpenShift, how about we make one of the a serverless application? This is very simple to do thanks to [[https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless][OpenShift Serverless]].