kiranchavala commented on issue #10795:
URL: https://github.com/apache/cloudstack/issues/10795#issuecomment-2854186214
Thanks @shwstppr @weizhouapache for checking this,
I was able to deploy the cloudstack-kubernetes-provider in k8s cluster
deployed by CAPC
but when acquiring a public IP its was throwing the following error
If necessary, I will log a improvement issue
```
I0506 11:00:26.188865 1 event.go:278]
Event(v1.ObjectReference{Kind:"Service", Namespace:"default",
Name:"nginx-deployment", UID:"cbb4fae5-3eae-4c50-a328-59c23ad0f4e0",
APIVersion:"v1", ResourceVersion:"2494", FieldPath:""}): type: 'Normal' reason:
'EnsuringLoadBalancer' Ensuring load balancer
E0506 11:00:28.748580 1 controller.go:244] error processing service
default/nginx-deployment (will retry): failed to ensure load balancer: error
creating load balancer rule acbb4fae53eae4c50a32859c23ad0f4e-tcp-80: CloudStack
API error 431 (CSExceptionErrorCode: 9999): In zone of type Advanced ip address
can be associated only to the network of guest type Isolated with the SourceNat
enabled
I0506 11:00:28.748789 1 event.go:278]
Event(v1.ObjectReference{Kind:"Service", Namespace:"default",
Name:"nginx-deployment", UID:"cbb4fae5-3eae-4c50-a328-59c23ad0f4e0",
APIVersion:"v1", ResourceVersion:"2494", FieldPath:""}): type: 'Warning'
reason: 'SyncLoadBalancerFailed' Error syncing load balancer: failed to ensure
load balancer: error creating load balancer rule
acbb4fae53eae4c50a32859c23ad0f4e-tcp-80: CloudStack API error 431
(CSExceptionErrorCode: 9999): In zone of type Advanced ip address can be
associated only to the network of guest type Isolated with the SourceNat enabled
I0506 11:01:08.750166 1 event.go:278]
Event(v1.ObjectReference{Kind:"Service", Namespace:"default",
Name:"nginx-deployment", UID:"cbb4fae5-3eae-4c50-a328-59c23ad0f4e0",
APIVersion:"v1", ResourceVersion:"2494", FieldPath:""}): type: 'Normal' reason:
'EnsuringLoadBalancer' Ensuring load balancer
E0506 11:01:11.147828 1 controller.go:244] error processing service
default/nginx-deployment (will retry): failed to ensure load balancer: error
creating load balancer rule acbb4fae53eae4c50a32859c23ad0f4e-tcp-80: CloudStack
API error 431 (CSExceptionErrorCode: 9999): In zone of type Advanced ip address
can be associated only to the network of guest type Isolated with the SourceNat
enabled
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]