From a77a33bd9af7d96cb706028f6774dc8922838416 Mon Sep 17 00:00:00 2001 From: Mike Hoskins Date: Mon, 8 Feb 2021 23:30:39 -0500 Subject: [PATCH] update FAQ --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ccb03f..f7faa56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [TODO](#todo) - [Dependencies](#dependencies) - [References](#references) +- [FAQ](#FAQ) ## Introduction @@ -169,7 +170,12 @@ Abandon hope all ye who enter here... :-) - http://jgroups.org/manual/#JDBC_PING - https://octopus.com/blog/wildfly-jdbc-ping -## Common Issues / FAQ +## FAQ Q: `The target group with targetGroupArn does not have an associated load balancer.` + A: This is rare, but if it happens to you just re-run `make all` (double apply), perhaps waiting a few minutes in between. + +Q: How do I get support? + +A: Open GitHub issues. If there's a bug you know how to fix, also open a PR and link it in your issue.