The issue occurred because the configured VIP IP address was included within the defined IP pool range used for the VCF Identity Broker deployment.
The following configuration can be identified in the environment. Follow the below steps to verify the same:
SSH into any node of VCF Identity Broker appliance as vmware-system-user
Switch to root account using sudo -i
Run the following command to view the configuration:
kubectl get pd -n vmsp-platform vmsp-platform -o yaml | less
Search for the networking section and find the IP pool: (Note: Do not make changes to this file manually)
vips:
additional: []
primary: #.#.#.# <------------This IP address is included within the IP pool range.
internal:
cidr: #.#.#.#/##
ipPool:
addresses:
- #.#.#.#-#.#.#.# <------------IP Pool
excludedAddresses: []
gateway: #.#.#.#
prefix: "#"