Fix section links in the topic table.

This commit is contained in:
2023-08-31 12:13:18 +12:00
parent 7ece82d570
commit 68d0083c30

View File

@ -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]].