This message was deleted.
# general
a
This message was deleted.
p
You only selected the rancher repos and not the partner repo
if for some reason you don't have the partner repo, its url is (git type) https://git.rancher.io/partner-charts
d
I have also partners repo enabled:
But as I understood, monitoring charts are inside Rancher repository.
p
then you can select it, next to all categories πŸ™‚
d
image.png
s
What version of kube is your rancher installed on? In terms of repos we would not recommend using anything 2.9 related, it has not been released. What happens if you go back to the default, which i think is
git
,
<https://git.rancher.io/charts>
, branch
release-v2.8
?
d
Kuberentes version is v1.29.4. Same issue rolling back to release-v2.8 @stocky-account-63046
s
Ah, that will be why. The maximum supported kube version in 2.8.4 is 1.28. https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-4/
πŸ‘ 1
πŸ™ 1
d
Oh..
Thank you Richard, this should be the problem πŸ™‚
πŸ‘ 1
a
hi, good morning... since yesterday I am trying to run
rancher
locally and I am not able to make the latest docker hub image to start. Always getting the following error:
Copy code
2024/07/23 08:07:18 [ERROR] error syncing 'rancher-partner-charts': handler helm-clusterrepo-ensure: ensure failure: git -C /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 fetch origin -- 5b498cba1c410428f26445b061a1a7a5741b9aa4 error: exit status 128, detail: fatal: unable to access '<https://git.rancher.io/partner-charts/>': Insufficient randomness
, handler helm-clusterrepo-download: update failure: git -C /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 fetch origin -- main error: exit status 128, detail: fatal: unable to access '<https://git.rancher.io/partner-charts/>': Insufficient randomness
, requeuing
2024/07/23 08:07:21 [ERROR] error syncing 'library': handler catalog: Update failed: fatal: unable to access '<https://git.rancher.io/charts/>': Insufficient randomness
: exit status 128, requeuing
2024/07/23 08:07:37 [ERROR] error syncing 'system-library': handler catalog: Update failed: fatal: unable to access '<https://git.rancher.io/system-charts/>': Insufficient randomness
: exit status 128, requeuing
2024/07/23 08:07:43 [ERROR] error syncing 'rancher-rke2-charts': handler helm-clusterrepo-ensure: ensure failure: git -C /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 fetch origin -- ea1c4cd682e965230bf30a777c340a8fc3c12cbc error: exit status 128, detail: fatal: unable to access '<https://git.rancher.io/rke2-charts/>': Insufficient randomness
, handler helm-clusterrepo-download: update failure: git -C /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 reset --hard HEAD error: exit status 128, detail: fatal: Unable to create '/var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
, requeuing
the command I am using to start it up is this:
Copy code
$ sudo docker run   -d --name=rancher-master   --restart=unless-stopped --privileged  -p 8088:80 -p 8444:443 -v /volume1/docker/rancher:/var/lib/rancher rancher/rancher:latest --no-cacerts