wonderful-rain-13345
03/24/2023, 1:49 AM<http://field.cattle.io/publicEndpoints|field.cattle.io/publicEndpoints>
annotation set? i went from single node running old k3os to latest k3s by adding new node and removing old node. Now IP is incorrect and i get a 404.
oh IP is set in the load balancer in ingress, but no effect when i updatefailed to start cluster controllers
refined-analyst-8898
03/24/2023, 2:19 AMwonderful-rain-13345
03/24/2023, 2:19 AM=== <http://rkeclusters.rke.cattle.io|rkeclusters.rke.cattle.io> ===
host: localhost
refined-analyst-8898
03/24/2023, 2:24 AMwonderful-rain-13345
03/24/2023, 2:24 AMrefined-analyst-8898
03/24/2023, 2:26 AM=== <http://rkeclusters.rke.cattle.io|rkeclusters.rke.cattle.io> ===
host: localhost
wonderful-rain-13345
03/24/2023, 2:27 AMsudo kubectl get crd | grep -v ^NAME | awk '{print $1}' | while read CRD; do echo === $CRD ===; sudo kubectl get $CRD -A -o yaml | grep 'localhost'; done
=== <http://nodes.management.cattle.io|nodes.management.cattle.io> ===
- address: 172.16.1.167
<http://flannel.alpha.coreos.com/public-ip|flannel.alpha.coreos.com/public-ip>: 172.16.1.167
<http://k3s.io/internal-ip|k3s.io/internal-ip>: 172.16.1.167
kube-system svclb-traefik-415191bb-rwfqw
is pending
and helm traefik installs failed.. hmmrefined-analyst-8898
03/24/2023, 2:43 AMwonderful-rain-13345
03/24/2023, 2:43 AM+ helm_v3 install traefik-crd <https://10.43.0.1:443/static/charts/traefik-crd-20.3.1+up20.3.0.tgz> │
│ Error: INSTALLATION FAILED: cannot re-use a name that is still in use │
│ Stream closed EOF for kube-system/helm-install-traefik-crd-xnsr7 (helm)
kubectl create -f ./manifests/traefik.yaml
and that fixed itrefined-analyst-8898
03/24/2023, 12:01 PM