Skip to content

Commit 8135458

Browse files
committed
change menu arrangement
1 parent 1bc2247 commit 8135458

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

config/_default/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
pageRef = "posts"
1616
weight = 10
1717

18+
[[main]]
19+
name = "Categories"
20+
pageRef = "categories"
21+
weight = 20
22+
1823
[[main]]
1924
name = "Tags"
2025
pageRef = "tags"

content/posts/kind-macos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Thanks for using kind! 😊
9090

9191
### Cilium
9292

93-
Next we need to install Cilium CNI with IPv6 enabled. As of writing I am using Cilium version `1.18.0`. Notice that I am disabling IPv4 since our cluster nodes and internal cluster services are configured to work with IPv6 only as discussed above.
93+
Next we need to install Cilium CNI with IPv6 enabled. As of writing I am using Cilium version `1.18.x`. Notice that I am disabling IPv4 since our cluster nodes and internal cluster services are configured to work with IPv6 only as discussed above.
9494

9595
```bash
9696
❯ helm install cilium cilium/cilium -n kube-system \
97-
--version 1.18.0 \
97+
--version 1.18.2 \
9898
--set ipv6.enabled=true \
9999
--set ipv4.enabled=false \
100100
--set underlayProtocol=ipv6
@@ -105,7 +105,7 @@ Optionally, we can enable Hubble as well!
105105
```bash
106106
❯ helm upgrade -n kube-system \
107107
cilium cilium/cilium \
108-
--reuse-values --version 1.18.0 \
108+
--reuse-values --version 1.18.2 \
109109
--set hubble.relay.enabled=true \
110110
--set hubble.ui.enabled=true
111111
```

content/posts/openssl-cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OpenSSL quick cheatsheet
33
date: 2025-03-16
4-
tags: ["Security", "PKI"]
4+
tags: ["Security"]
55
author: "Kapil Agrawal"
66
comments: false
77
---

0 commit comments

Comments
 (0)