Skip to content

Commit

Permalink
Reorder workshops.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 23, 2023
1 parent fe5bb06 commit 5363828
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ A series of workshops for demonstrating the use of virtual clusters.

Workshops included are:

* [lab-command-vcluster](workshops/lab-command-vcluster) - A workshop
demonstrating creation of a virtual cluster using the `vcluster` CLI.

* [lab-builtin-vcluster](workshops/lab-builtin-vcluster) - A workshop
demonstrating creation of a virtual cluster per workshop session using the
builtin support provided by Educates.
Expand All @@ -13,9 +16,6 @@ Workshops included are:
how to prepopulate a virtual cluster with resources, including installation of
`kapp-controller`.

* [lab-command-vcluster](workshops/lab-command-vcluster) - A workshop
demonstrating creation of a virtual cluster using the `vcluster` CLI.

* [lab-admin-vcluster](workshops/lab-admin-vcluster) - A workshop demonstrating
automatic creation of a virtual cluster with full admin access to the cluster
using `helm` resources.
Expand Down
6 changes: 3 additions & 3 deletions resources/trainingportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ spec:
defaults:
reserved: 0
workshops:
- name: lab-builtin-vcluster
- name: lab-command-vcluster
expires: 40m
overtime: 10m
deadline: 60m
orphaned: 5m
- name: lab-setup-vcluster
- name: lab-builtin-vcluster
expires: 40m
overtime: 10m
deadline: 60m
orphaned: 5m
- name: lab-command-vcluster
- name: lab-setup-vcluster
expires: 40m
overtime: 10m
deadline: 60m
Expand Down

0 comments on commit 5363828

Please sign in to comment.