To test TKGm 1.5.1 against the latest version of nSX ALB, I upgraded my ALB deployment to 21.1.3. The deployment of the TKG management and workload cluster went smoothly.
However, when I deployed a sample load balancer application that uses a dedicated SEG and VIP network, the service was waiting for an external IP assignment.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
root@linjump [ ~ ]# kubectl get all NAME READY STATUS RESTARTS AGE pod/http-deployment-785df98964-dhvqj 1/1 Running 0 104s pod/http-deployment-785df98964-xf6hk 1/1 Running 0 104s NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/l4-svc LoadBalancer 100.70.116.153 <pending> 80:31082/TCP 103s NAME READY UP-TO-DATE AVAILABLE AGE deployment. |