This message was deleted.
# rke2
a
This message was deleted.
f
When i see rancher-system-agent logs
Copy code
Oct 23 11:46:55 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:46:55Z" level=error msg="error loading CA cert for>
Oct 23 11:46:55 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:46:55Z" level=error msg="error while appending ca >
Oct 23 11:47:00 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:00Z" level=error msg="error loading CA cert for>
Oct 23 11:47:00 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:00Z" level=error msg="error while appending ca >
Oct 23 11:47:00 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:00Z" level=error msg="error loading CA cert for>
Oct 23 11:47:00 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:00Z" level=error msg="error while appending ca >
Oct 23 11:47:05 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:05Z" level=error msg="error loading CA cert for>
Oct 23 11:47:05 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:05Z" level=error msg="error while appending ca >
Oct 23 11:47:05 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:05Z" level=error msg="error loading CA cert for>
Oct 23 11:47:05 ip-172-31-31-122 rancher-system-agent[42856]: time="2024-10-23T11:47:05Z" level=error msg="error while appending ca
Can anyone help me to solve this issue.
By the way installed rancher using the command. I set the tls is external because of i use certificate attached to my domain from AWS CERTIFICATE MANAGER.
Copy code
helm install rancher rancher-stable/rancher   --namespace cattle-system   --set hostname=<domain>  --set bootstrapPassword=admin --version=2.9.2 --set tls=external
f
Hi, Did you mean. can you please help me how to create ca-additional.pem as i created certificates using ACM
Copy code
helm install rancher rancher-stable/rancher   --namespace cattle-system   --set hostname=<domain>  --set bootstrapPassword=admin --version=2.7.12 --create-namespace --set tls=external --set additionalTrustedCAs=true
p
Doesnt your ACM provides it for you?
Fleet might also not like handling custom CA if not configured for
Check this thread to check out fleet handling
f
AWS ACM certificates can't be directly downloaded
p
I never used AWS (thank god) so i can't help you
f
Do you know how to bypass it
p
Nope
Fleet really likes to work with trusted CA
f
In the path /var/lib/rancher/rke2/agent i found this
p
Those are rke files and are irrelevant
rke2 is very robust and will boot easily
fleet is the system used by rancher to control the downstream clusters, and it is way less robust
f
How to do it anyway for it