summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8fd14ee..ec1978f 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,13 @@ docker
kubectl
k3d
+### Docker connectivity
+For me, using `Fedora`, i was not able to access internet from my k8s cluster initally.
+The fix was adding dns in `/etc/docker/daemon.json`
+```
+{
+ "dns": ["8.8.8.8", "1.1.1.1"],
+ ...
+```
## TODO