Open danielmotaleite opened 2 years ago
Hi
since https://github.com/kubernetes/kubeadm/issues/732, the port 10255 is deprecated and at least in aws it doesn't exist anymore: https://github.com/awslabs/amazon-eks-ami/issues/128
Addjng this seem to mostly solve this:
--kubelet-api=https://localhost:10250/pods --kubelet-api-insecure-skip-verify
but that returns this error in the log:
level=error msg="Error fetching state from k8s: invalid character 'F' looking for beginning of value"
and doesn't look like katalog-sync is sending the services to consul
Hi
since https://github.com/kubernetes/kubeadm/issues/732, the port 10255 is deprecated and at least in aws it doesn't exist anymore: https://github.com/awslabs/amazon-eks-ami/issues/128
Addjng this seem to mostly solve this:
but that returns this error in the log:
level=error msg="Error fetching state from k8s: invalid character 'F' looking for beginning of value"
and doesn't look like katalog-sync is sending the services to consul