brash-petabyte-67855
08/29/2025, 2:09 AMDownloading driver from <https://myrancher.com/assets/docker-machine-driver-harvester>
Doing /etc/rancher/ssl
Curl failed with error code 7
ls: docker-machine-driver-*: No such file or directory
downloaded file failed sha256 checksum
download of driver from <https://myrancher.com/assets/docker-machine-driver-harvester> failed
brash-petabyte-67855
08/29/2025, 2:11 AMbrash-petabyte-67855
08/29/2025, 2:15 AMbrash-petabyte-67855
08/29/2025, 2:59 AMbrash-petabyte-67855
08/29/2025, 3:00 AMagent-tls-mode: system-store
(was hitting another complication), not sure if it can affect this.bland-article-62755
08/29/2025, 4:43 AMbland-article-62755
08/29/2025, 4:53 AMcluster.local
in your coreDNS config, but also your <http://rancher.fqdn.com|rancher.fqdn.com>
in the fallthrough there too. I think the object is kubectl edit configmap/coredns -n kube-system
bland-article-62755
08/29/2025, 4:55 AMbrash-petabyte-67855
08/29/2025, 5:39 PMkubectl edit configmap/rke2-coredns-rke2-coredns -n=kube-system
brash-petabyte-67855
08/29/2025, 5:39 PMapiVersion: v1
data:
Corefile: |-
.:53 {
errors
health {
lameduck 10s
}
ready
kubernetes cluster.local cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa <http://myrancher.com|myrancher.com>
ttl 30
}
prometheus 0.0.0.0:9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
}
kind: ConfigMap
metadata:
annotations:
<http://meta.helm.sh/release-name|meta.helm.sh/release-name>: rke2-coredns
<http://meta.helm.sh/release-namespace|meta.helm.sh/release-namespace>: kube-system
creationTimestamp: "2025-07-14T17:55:03Z"
labels:
<http://app.kubernetes.io/instance|app.kubernetes.io/instance>: rke2-coredns
<http://app.kubernetes.io/managed-by|app.kubernetes.io/managed-by>: Helm
<http://app.kubernetes.io/name|app.kubernetes.io/name>: rke2-coredns
<http://helm.sh/chart|helm.sh/chart>: rke2-coredns-1.42.302
k8s-app: kube-dns
<http://kubernetes.io/cluster-service|kubernetes.io/cluster-service>: "true"
<http://kubernetes.io/name|kubernetes.io/name>: CoreDNS
name: rke2-coredns-rke2-coredns
namespace: kube-system
resourceVersion: "22735246"
uid: 28283b3e-adfa-4e06-9334-b1c9f9fa43dd
brash-petabyte-67855
08/29/2025, 5:40 PMbrash-petabyte-67855
08/29/2025, 7:05 PMbland-article-62755
08/29/2025, 7:17 PM<http://rancher.fqdn.com|rancher.fqdn.com>
but you added your address.bland-article-62755
08/29/2025, 7:17 PM<http://myrancher.com|myrancher.com>
on the fallthrough
line matches itbland-article-62755
08/29/2025, 7:18 PMcluster.local
in there twice toobland-article-62755
08/29/2025, 7:19 PMbrash-petabyte-67855
08/29/2025, 8:41 PMbland-article-62755
08/29/2025, 8:42 PMbrash-petabyte-67855
08/29/2025, 8:43 PMbland-article-62755
08/29/2025, 8:43 PMbland-article-62755
08/29/2025, 8:44 PMbrash-petabyte-67855
08/29/2025, 8:47 PMbland-article-62755
08/29/2025, 8:48 PMrancherlabs/swiss-army-knife
but it's probably similarbrash-petabyte-67855
08/29/2025, 8:53 PMbland-article-62755
08/29/2025, 8:54 PMbland-article-62755
08/29/2025, 8:55 PMbrash-petabyte-67855
08/29/2025, 8:55 PMbland-article-62755
08/29/2025, 8:55 PMbland-article-62755
08/29/2025, 8:55 PMbrash-petabyte-67855
08/29/2025, 8:56 PMbland-article-62755
08/29/2025, 8:59 PMbland-article-62755
08/29/2025, 8:59 PMdefault
it works?bland-article-62755
08/29/2025, 8:59 PMbrash-petabyte-67855
08/29/2025, 9:02 PMbrash-petabyte-67855
08/29/2025, 9:04 PMbland-article-62755
08/29/2025, 9:05 PMbland-article-62755
08/29/2025, 9:05 PMbrash-petabyte-67855
08/29/2025, 9:05 PMbrash-petabyte-67855
08/29/2025, 9:07 PMbland-article-62755
08/29/2025, 9:08 PMapiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChartConfig
metadata:
name: rke2-coredns
namespace: kube-system
spec:
valuesContent: |-
prometheus:
service:
enabled: true
monitor:
enabled: true
replicaCount: 3
servers:
- zones:
- zone: .
port: 53
# If serviceType is nodePort you can specify nodePort here
# nodePort: 30053
# hostPort: 53
plugins:
- name: errors
# Serves a /health endpoint on :8080, required for livenessProbe
- name: health
configBlock: |-
lameduck 5s
# Serves a /ready endpoint on :8181, required for readinessProbe
- name: ready
# Required to query kubernetes API for data
- name: kubernetes
parameters: <http://rke.aristotle.ucsb.edu|rke.aristotle.ucsb.edu> cluster.local in-addr.arpa ip6.arpa
configBlock: |-
pods insecure
fallthrough in-addr.arpa ip6.arpa <http://rke.aristotle.ucsb.edu|rke.aristotle.ucsb.edu>
ttl 30
# Serves a /metrics endpoint on :9153, required for serviceMonitor
- name: prometheus
parameters: 0.0.0.0:9153
- name: forward
parameters: . /etc/resolv.conf
- name: cache
parameters: 30
- name: loop
- name: reload
- name: loadbalance
bland-article-62755
08/29/2025, 9:09 PMbrash-petabyte-67855
08/29/2025, 9:14 PMbrash-petabyte-67855
08/30/2025, 1:18 AMbrash-petabyte-67855
08/30/2025, 3:01 AM