From b0ed7d0959d2b757d4ab6fa8afc73399e86f1c04 Mon Sep 17 00:00:00 2001 From: Daniel Brintzinger <33524976+nexus-Six@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:25:54 +0100 Subject: [PATCH] Component Versions --- content/1-intro/_index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/1-intro/_index.md b/content/1-intro/_index.md index 457ae6d..22185fd 100644 --- a/content/1-intro/_index.md +++ b/content/1-intro/_index.md @@ -26,9 +26,18 @@ This workshop is for intermediate OpenShift users. A good understanding of how O We try to balance guided workshop steps and challenging you to use your knowledge to learn new skills. This means you'll get detailed step-by-step instructions for every new chapter/task, later on the guide will become less verbose and we'll weave in some challenges. ## Workshop Environment +### As Part of a Red Hat Workshop As part of the workshop you will be provided with freshly installed OpenShift 4.9 clusters. Depending on attendee numbers we might ask you to gather in teams. Some workshop tasks must be done only once for the cluster (e.g. installing Operators), others like deploying and securing the application can be done by every team member separately in their own Project. This will be mentioned in the guide. -As there is not special setup for the OpenShift cluster you should be able to run the workshop with any 4.9 cluster of you own. Just make sure you have cluster admin privileges. +### On Your Own +As there is not special setup for the OpenShift cluster you should be able to run the workshop with any 4.9 cluster of you own. Just make sure you have cluster admin privileges. + +This workshop was tested with these versions : +- OpenShift : 4.9 +- ACS : 3.68.1 +- CRW : 2.15.2 +- Pipelines : 1.6.2 +- GitOps : 1.4.3 ## Workshop Flow We'll tackle the topics at hand step by step with an introduction covering the things worked on before every section.