This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 238
Issue on k8s/kops 1.17 clusters #378
Comments
Just found this bug, which seems likely to be related: kubernetes/kubernetes#87852 |
Update: This seems to be specific to using the flannel/canal CNI with the vxlan backend by some accounts, and further testing seems to support that. |
So the problem isn't really with kiam, see: flannel-io/flannel#1243 However it might be worth warning people as I suspect flannel/vxlan is not that uncommon. |
Closing since the problem is fixed elswehere |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been tracking an issue only seen on kubernetes 1.17 versions... works fine with 1.15 and 1.16. Clusters are launched with kops, and the kops/k8s version is the only thing changed between the working 1.16 clusters, and the non-working 1.17 clusters.
The kiam-agent is unable to establish a link to the kiam-servers and starts crashlooping.
Enabling the gRPC debug env vars, I see this in the logs, suggesting that there is a DNS lookup failure (we are using CoreDNS as of all these k8s versions):
I've scoured the k8s and kops changelogs looking for possible changes that would cause this but have yet to find anything that seems relevant.
Has anyone else experienced this yet?
The text was updated successfully, but these errors were encountered: