diff options
author | Julien Dessaux | 2022-01-23 21:45:31 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-01-23 21:45:31 +0100 |
commit | 3097a5a618695a401f95782a7d8dca182e9cd373 (patch) | |
tree | f8b1c8bd0a4564dc2c00b2813ab05edfbb671688 | |
parent | Added k3s ipv6 outgoing nat article (diff) | |
download | www-3097a5a618695a401f95782a7d8dca182e9cd373.tar.gz www-3097a5a618695a401f95782a7d8dca182e9cd373.tar.bz2 www-3097a5a618695a401f95782a7d8dca182e9cd373.zip |
typo
-rw-r--r-- | content/blog/kubernetes/k3s-ipv6-outgoing-nat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/kubernetes/k3s-ipv6-outgoing-nat.md b/content/blog/kubernetes/k3s-ipv6-outgoing-nat.md index 1ab40c5..231c5f6 100644 --- a/content/blog/kubernetes/k3s-ipv6-outgoing-nat.md +++ b/content/blog/kubernetes/k3s-ipv6-outgoing-nat.md @@ -11,7 +11,7 @@ tags: If you followed my [Making dual stack ipv6 work with k3s]({{< ref k3s-ipv6.md >}}) article a few months ago, you ended up with a setup where outgoing ipv6 traffic does not work. I only needed to have my pods reachable from the internet and did not try to generate ipv6 traffic originating from the cluster so never encountered the problem. -One of my kind readers did and reached out to me about the issue : thank your Mo! +One of my kind readers did and reached out to me about the issue : thank you Mo! ## The problem |