This message was deleted.
# rke2
a
This message was deleted.
c
We don’t support the ironbank images. those are managed by the Rancher Federal folks.
SUSE/Rancher doesn’t maintain the ironbank versions of those images. That falls on Rancher Government Solutions (RGS). Feel free to reach out to Jacob Blain Christen @ Jacob.Blain.Christen@ranchergovernment.com if you want to chat about this more.
👍 1
k
Rgr that, thank you
Believe I narrowed it down to a simple permissions issue on the container anyhow.... somehow the /home/klipper-helm home directory becomes owned by root so user 1000 can't write to it
Copy code
klipper-helm@36c7f3ed106d:~> ls -al /home
total 0
drwxr-xr-x. 1 root root 26 May 28 02:41 .
drwxr-xr-x. 1 root root  6 Jun 12 18:37 ..
drwxr-xr-x. 3 root root 20 May 28 02:41 klipper-helm
klipper-helm@36c7f3ed106d:~> ls -al /home/klipper-helm/
total 0
drwxr-xr-x. 3 root         root 20 May 28 02:41 .
drwxr-xr-x. 1 root         root 26 May 28 02:41 ..
drwxr-xr-x. 3 klipper-helm 1000 19 May 28 02:41 .local
klipper-helm@36c7f3ed106d:~> ls -al /home/klipper-helm/.local/
total 0
drwxr-xr-x. 3 klipper-helm 1000 19 May 28 02:41 .
drwxr-xr-x. 3 root         root 20 May 28 02:41 ..
drwxr-xr-x. 3 klipper-helm 1000 18 May 28 02:41 share
klipper-helm@36c7f3ed106d:~> whoami
klipper-helm
klipper-helm@36c7f3ed106d:~> mkdir -p /home/klipper-helm/.helm
mkdir: cannot create directory '/home/klipper-helm/.helm': Permission denied