We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fix for rke2-coredns: don't hardcode force_tcp in node-local-dns configmap
The text was updated successfully, but these errors were encountered:
Followed steps mentioned here: #7266 (comment)
$ rke2 -v rke2 version v1.29.10+dev.0a3c4f4a (0a3c4f4ac6b7e6a9a48efc7da0428b98a0cb7499) go version go1.22.8 X:boringcrypto $ sudo cat /var/lib/rancher/rke2/data/v1.29.10-dev.0a3c4f4a-472803fd5630/charts/rke2-coredns.yaml | grep "rke2-coredns" name: "rke2-coredns" helm.cattle.io/chart-url: "https://rke2-charts.rancher.io/assets/rke2-coredns/rke2-coredns-1.33.005.tgz"
## Configmap got created $ kubectl get configmaps -n kube-system node-local-dns NAME DATA AGE node-local-dns 1 3m50s ## Configmap has the expected block $ kubectl describe configmaps -n kube-system node-local-dns Name: node-local-dns Namespace: kube-system ... .:53 { errors cache 30 reload loop bind 169.254.20.10 10.43.0.10 forward . __PILLAR__UPSTREAM__SERVERS__ prometheus :9253 }
Sorry, something went wrong.
mdrahman-suse
thomasferrandiz
No branches or pull requests
Backport fix for rke2-coredns: don't hardcode force_tcp in node-local-dns configmap
The text was updated successfully, but these errors were encountered: