Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeightley committed Oct 2, 2024
1 parent c82fb7d commit 866d495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion instructors/lab-deployments/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- webhook is deployed with several issues
1. livenes probe is failing, wrong port used in liveness probe
2. service has wrong selector
2. service has wrong selector
3. (bonus round) ca.cert is not trusted - ca is available in the webhook pod and can be added to the webhook configuration base64 under `caBundle`

## Lab 2 network issues
Expand Down
23 changes: 0 additions & 23 deletions instructors/pre-work/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,29 +96,6 @@ module "rancher_rke2_cluster" {
- harvester
EOF
cat > /var/lib/rancher/rke2/server/manifests/lab-chaos-gitrepo.yaml << EOF
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: lab-deployments-chaos
namespace: fleet-default
spec:
branch: advanced
correctDrift:
enabled: false
paths:
- instructors/lab-deployments-chaos
paused: true
repo: https://github.com/rancherlabs/cfl-summit-lab
targets:
- clusterSelector:
matchExpressions:
- key: provider.cattle.io
operator: NotIn
values:
- harvester
EOF
# Install helm
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
END
Expand Down

0 comments on commit 866d495

Please sign in to comment.