Make this repo compatible with Jekyll / Github page (#310)

* fix: escape {{}} for jekyll liquid

* fix: change internal links in main README to comply with Github page
This commit is contained in:
Derrick Lin
2022-11-09 00:20:16 +08:00
committed by GitHub
parent 3d161adce3
commit 9435ed4125
5 changed files with 42 additions and 28 deletions

View File

@@ -1,5 +1,7 @@
## Ansible
<!-- {% raw %} -->
### Ansible Exercises
|Name|Topic|Objective & Instructions|Solution|Comments|
@@ -527,3 +529,4 @@ If your group has 8 hosts. It will run the whole play on 4 hosts and then the sa
<summary>What are collections in Ansible?</summary><br><b>
</b></details>
<!-- {% endraw %} -->

View File

@@ -1,5 +1,7 @@
# Argo
<!-- {% raw %} -->
- [Argo](#argo)
- [ArgoCD Exercises](#argocd-exercises)
- [ArgoCD 101](#argocd-101)
@@ -503,4 +505,6 @@ It's an Analysis resource that fetches response status from Prometheus (monitori
<summary>How do you monitor a rollout?</summary><br><b>
`kubectl argo rollouts get rollout SOME-APP --watch`
</b></details>
</b></details>
<!-- {% endraw %} -->

View File

@@ -1,5 +1,7 @@
# Kubernetes
<!-- {% raw %} -->
What's your goal?
* I would like to prepare for CKA certification
@@ -3149,4 +3151,6 @@ Yes, using taints, we could run the following command and it will prevent from a
<summary>You would like to limit the number of resources being used in your cluster. For example no more than 4 replicasets, 2 services, etc. How would you achieve that?</summary><br><b>
Using ResourceQuats
</b></details>
</b></details>
<!-- {% endraw %} -->