Skip to content

Commit

Permalink
Align with latest curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 7, 2024
1 parent d6b52e4 commit fc59cb2
Show file tree
Hide file tree
Showing 76 changed files with 58 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
build:
name: Validate Manifests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Kubeconform
uses: bmuschko/setup-kubeconform@v1
- name: Validate Against Kubernetes Schema
run: kubeconform -kubernetes-version=1.30.2 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=kustomize -ignore-filename-pattern=helm -ignore-filename-pattern=yq -summary .
run: kubeconform -kubernetes-version=1.30.5 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=kustomize -ignore-filename-pattern=helm -ignore-filename-pattern=yq -summary .
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 2
# Exercise 1

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 3
# Exercise 2

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 4
# Exercise 3

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 1
# Exercise 4

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions exercises/05-helm/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 5

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/14-helm-consume-chart/instructions.md).
3 changes: 3 additions & 0 deletions exercises/06-kustomize/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 6

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/16-kustomize-secret-patch/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 7

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/17-pod-probes/instructions.md).
The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/21-crd/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 5
# Exercise 8

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/11-deployment-rolling-update/instructions.md).
3 changes: 3 additions & 0 deletions exercises/09-hpa/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 9

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/12-deployment-horizontal-pod-autoscaler/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 8
# Exercise 10

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/22-resource-requests-limits/instructions.md).
The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/23-resource-requests-limits/instructions.md).
3 changes: 3 additions & 0 deletions exercises/11-resourcequota/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 11

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/24-resourcequota/instructions.md).
3 changes: 3 additions & 0 deletions exercises/12-limitrange/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 12

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/25-limitrange/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 9
# Exercise 13

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 10
# Exercise 14

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 6
# Exercise 15

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository bmuschko/ckad-crash-course: [ConfigMap](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/25-configmap/instructions.md) and [Secret](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/26-secret/instructions.md).
The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository bmuschko/ckad-crash-course: [ConfigMap](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/25-configmap/instructions.md).
3 changes: 3 additions & 0 deletions exercises/16-secret/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 16

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository bmuschko/ckad-crash-course: [Secret](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/26-secret/instructions.md).
3 changes: 3 additions & 0 deletions exercises/17-ephemeral-volume/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 17

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/05-ephemeral-volume/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 13
# Exercise 18

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 13
# Exercise 18

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/06-persistentvolume-static-provisioning/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 11
# Exercise 19

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/28-service/instructions.md).
The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/29-service/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Exercise 12
# Exercise 20

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/30-ingress/instructions.md).
The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/31-ingress/instructions.md).
1 change: 1 addition & 0 deletions exercises/21-gateway-api/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Exercise 21
3 changes: 3 additions & 0 deletions exercises/22-networkpolicy/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 22

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/32-networkpolicy/instructions.md).
3 changes: 3 additions & 0 deletions exercises/23-troubleshooting-pod/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 23

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/20-troubleshooting-pod/instructions.md).
3 changes: 3 additions & 0 deletions exercises/24-troubleshooting-service/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 24

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/30-troubleshooting-service/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 15
# Exercise 25

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 16
# Exercise 26

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
3 changes: 3 additions & 0 deletions exercises/27-pod-metrics/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exercise 27

The content overlaps with the curriculum of the CKAD exam. You can find the instructions and the solution in the exercises folder of the GitHub repository [bmuschko/ckad-crash-course](https://github.com/bmuschko/ckad-crash-course/blob/master/exercises/19-pod-metrics/instructions.md).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 14
# Exercise 28

<details>
<summary><b>Quick Reference</b></summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exercise 17
# Exercise 29

<details>
<summary><b>Quick Reference</b></summary>
Expand Down

0 comments on commit fc59cb2

Please sign in to comment.