This message was deleted.
# harvester
a
This message was deleted.
a
I found the
nodeLocalDNSIPS
value in the
kubeovn-operator
chart:
Copy code
apiVersion: <http://harvesterhci.io/v1beta1|harvesterhci.io/v1beta1>
kind: Addon
metadata:
...
spec:
  chart: kubeovn-operator
  enabled: true
  repo: <http://harvester-cluster-repo.cattle-system.svc/charts>
  valuesContent: |
    fullnameOverride: harvester-kubeovn-operator
    enableConfiguration: true
    configurationSpec:
      components:
...
      networking:
...
        nodeLocalDNSIPS: ""
...
Might be related, I set
nodeLocalDNSIPS: "8.8.8.8"
but no change in the VM after applying it.
a
Please @nice-horse-9611 help answer, thanks.