red-waitress-37932
02/24/2023, 4:47 AMcrooked-cat-21365
02/24/2023, 11:49 AMbrash-zebra-92886
02/24/2023, 3:38 PMgorgeous-daybreak-63660
02/24/2023, 5:30 PMgorgeous-daybreak-63660
02/24/2023, 5:31 PMkind-rose-67140
02/24/2023, 5:33 PMquaint-alarm-7893
02/24/2023, 6:25 PMquaint-alarm-7893
02/24/2023, 6:25 PMquaint-alarm-7893
02/24/2023, 6:27 PMvictorious-wolf-42931
02/24/2023, 11:29 PMvictorious-wolf-42931
02/24/2023, 11:30 PMlittle-ram-17683
02/25/2023, 4:32 AMkube-proxy-arg:
- proxy-mode=ipvs
- ipvs-strict-arp=true
in cluster.yaml
. I mean in which section of yamlstrong-sunset-30
02/25/2023, 2:03 PM2023/02/25 13:58:10 [FATAL] k3s exited with: exit status 2
INFO: Running k3s server --cluster-init --cluster-reset
2023/02/25 13:58:32 [INFO] Rancher version v2.7.1 (bb1c35fc4) is starting
2023/02/25 13:58:32 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:true Embedded:false BindHost: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false Trace:false NoCACerts:false AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0 Features: ClusterRegistry:}
2023/02/25 13:58:32 [INFO] Listening on /tmp/log.sock
2023/02/25 13:58:32 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:34 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:36 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:38 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:40 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:42 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:44 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:58:52 [FATAL] k3s exited with: exit status 2
INFO: Running k3s server --cluster-init --cluster-reset
2023/02/25 13:59:16 [INFO] Rancher version v2.7.1 (bb1c35fc4) is starting
2023/02/25 13:59:16 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:true Embedded:false BindHost: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false Trace:false NoCACerts:false AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0 Features: ClusterRegistry:}
2023/02/25 13:59:16 [INFO] Listening on /tmp/log.sock
2023/02/25 13:59:16 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:18 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:20 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:22 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:24 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:26 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:29 [INFO] Waiting for server to become available: Get "<https://127.0.0.1:6444/version?timeout=15m0s>": dial tcp 127.0.0.1:6444: connect: connection refused
2023/02/25 13:59:36 [FATAL] k3s exited with: exit status 2
I use this howto here: https://www.rancher.com/quick-startbright-fireman-42144
02/25/2023, 9:22 PM{
"Code": {
"Code": "NotFound",
"Status": 404
},
"Message": "<http://clusters.management.cattle.io|clusters.management.cattle.io> \"v1\" not found",
"Cause": null,
"FieldName": ""
}
and the UI shows: clusters.management.cattle.io "v1" not found
on my harvester master node a hv01:/home/rancher # kubectl api-resources | grep clusters.management.cattle.io/v1 does not produce any output
and a curl https://harvester.xxx.com/healthz
produces
curl: (60) SSL certificate problem: self-signed certificate in certificate chain
which is to be expected as cert management, especially an automated process with let's encrypt is not available.
Would anyone in the community have any ideas of where to look or next steps to begin to troubleshoot?miniature-ambulance-98143
02/26/2023, 2:27 AMpurple-tiger-72823
02/26/2023, 9:51 AMstrong-france-26978
02/26/2023, 1:34 PMmysterious-apartment-28373
02/26/2023, 3:11 PMv1.19.6
but now it doesn’t work for me with v1.22.6
After running:
/usr/local/bin/k3s server --cluster-init --cluster-reset --cluster-reset-restore-path=/root/k3s-dr-recovery-master1-1674728519
I get the following error:
Jan 26 10:50:28 master1 k3s[9982]: time="2023-01-26T10:50:28Z" level=warning msg=" doesn't exist. continuing..."
Jan 26 10:50:28 master1 k3s[9982]: time="2023-01-26T10:50:28Z" level=warning msg=" doesn't exist. continuing..."
Jan 26 10:50:28 master1 k3s[9982]: time="2023-01-26T10:50:28Z" level=info msg="Cluster reset: backing up certificates directory to /var/lib/rancher/k3s/server/tls-1674730228"
Jan 26 10:50:28 master1 k3s[9982]: time="2023-01-26T10:50:28Z" level=warning msg="updating bootstrap data on disk from datastore"
Jan 26 10:50:28 master1 k3s[9982]: time="2023-01-26T10:50:28Z" level=fatal msg="failed to write to : open : no such file or directory"
Jan 26 10:50:29 master1 systemd[1]: k3s.service: Main process exited, code=exited, status=1/FAILURE
Jan 26 10:50:29 master1 systemd[1]: Failed to start Lightweight Kubernetes.
That empty path seems not right..
Any suggestions?
Thankshappy-elephant-46487
02/27/2023, 10:23 AMmicroscopic-telephone-96049
02/27/2023, 12:03 PMenough-memory-12110
02/27/2023, 3:19 PMstale-spring-20280
02/27/2023, 4:36 PMbest-address-42882
02/27/2023, 9:08 PMfew-carpenter-10741
02/27/2023, 10:45 PMred-waitress-37932
02/28/2023, 8:57 AMlate-train-67842
02/28/2023, 1:15 PMgray-wall-4665
02/28/2023, 2:08 PMbest-address-42882
02/28/2023, 3:52 PMhappy-branch-33441
02/28/2023, 6:33 PMdescribe
output?adventurous-truck-76587
03/01/2023, 4:39 AM