DescriptionUpgraded from v1.13.2 to v2.0.0 and lost all Kubernetes service discovery plus the My cluster is IPv6-only, so the default kubernetes Service is IPv6 and the pod gets Running on Kubernetes with plain manifests, kubernetes.yaml uses mode: cluster. homepage versionv2.0.0 Installation methodOther (please describe above) Configuration# kubernetes.yaml
mode: cluster
gateway: true
# kubernetes Service is IPv6-only, so the pod gets KUBERNETES_SERVICE_HOST=fd00::1 (no brackets)Container Logserror: Error getting pods: NaN undefined undefined Browser Logsn/a, it's all server side TroubleshootingRBAC and the token are fine (can-i list pods/nodes/httproutes all return yes), so it's Working around it by pointing at the DNS name instead: env:
- name: KUBERNETES_SERVICE_HOST
value: kubernetes.default.svc.cluster.local
- name: KUBERNETES_SERVICE_PORT
value: "443"Did that in my own repo and it fixed it: fmurodov/homeops#746 |
Replies: 3 comments 14 replies
|
Hmm, I wonder if its related to the underlying package, I'll look into it later thanks |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
Just upgraded to 2.1.2 and it works. |
Sweet, yea that confirms its the node issue.
Thanks, I should be able to drop 2.1.1 today with this.