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