Use cluster specific name for LB cleanup.
Created by: garloff
With PR #93, we include the cluster name in the loadbalancer created from the nginx ingress controller. This avoids naming conflicts. The cleanup.sh script (called by make fullclean) had not reflected this change and thus missed to cleanup the loadbalancer.
Signed-off-by: Kurt Garloff kurt@garloff.de