tuanhoangth1603 commented on issue #7517:
URL: https://github.com/apache/cloudstack/issues/7517#issuecomment-2302104254
Hello,
Today I following this procedure to deploy k8s with traefik ingress.
I am facing an error with traefix ingress: "Error syncing load balancer:
failed to ensure load balancer: error retrieving load balancer rules: invalid
character '<' looking for beginning of value"
Here is full describe of service:
```tuanlab@rke-nginx-proxy:~$ kubectl describe svc traefik
Name: traefik
Namespace: default
Labels: app.kubernetes.io/instance=traefik-default
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=traefik
helm.sh/chart=traefik-30.1.0
Annotations: meta.helm.sh/release-name: traefik
meta.helm.sh/release-namespace: default
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled
Selector:
app.kubernetes.io/instance=traefik-default,app.kubernetes.io/name=traefik
Type: LoadBalancer
IP Family Policy: SingleStack
IP Families: IPv4
IP: 10.107.132.3
IPs: 10.107.132.3
Port: http 80/TCP
TargetPort: http/TCP
NodePort: http 30893/TCP
Endpoints: <none>
Port: https 443/TCP
TargetPort: https/TCP
NodePort: https 32256/TCP
Endpoints: <none>
Session Affinity: None
External Traffic Policy: Cluster
Events:
Type Reason Age From
Message
---- ------ ---- ----
-------
Normal EnsuringLoadBalancer 58s (x6 over 2m14s) service-controller
Ensuring load balancer
Warning SyncLoadBalancerFailed 58s (x6 over 2m14s) service-controller
Error syncing load balancer: failed to ensure load balancer: error retrieving
load balancer rules: invalid character '<' looking for beginning of value
```
--
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]