You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is at line 122 with the rmt-client-setup-res script. It is trying to get the cert from "https://" $3 "/rmt.crt", but that's unavailable in the container, the file does not exist.
When I manually save the cert to "/etc/pki/ca-trust/source/anchors/rmt.crt" and execute:
Testes with version 2.18 on K3s 1.30.3
The problem is at line 122 with the rmt-client-setup-res script. It is trying to get the cert from "https://" $3 "/rmt.crt", but that's unavailable in the container, the file does not exist.
When I manually save the cert to "/etc/pki/ca-trust/source/anchors/rmt.crt" and execute:
(As in the script), it is working.
Perhaps a secret mount can fix this.
The text was updated successfully, but these errors were encountered: