From 5e9db34b2699276ac4cb90e693cdfcbdf4ddc467 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 29 Oct 2021 15:11:09 +0200 Subject: [PATCH] add comment to readme about local dns --- src/test/resources/local-integration-test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/resources/local-integration-test/README.md b/src/test/resources/local-integration-test/README.md index e75169a..e31de71 100644 --- a/src/test/resources/local-integration-test/README.md +++ b/src/test/resources/local-integration-test/README.md @@ -13,6 +13,8 @@ - saves the self-signed certificate as ca.crt - uses the certificate to initialize a restic repo at `https://localhost/BUCKET_NAME` +Note: In case of not being able to connect to "localhost/health", you might need to ensure that the ip of localhost matches with the ingress' ip. (See file /etc/hosts). With `sudo k3s kubectl get ingress` you can show the ingress' ip. + `start-k3s.sh`: - creates and starts a k3s instance