wonderful-helicopter-16401
05/03/2022, 4:23 AM/var/lib/rancher/rke2/*server/manifests*
to configure nginx as a daemonset as outlined in these docs. It appears the permissions for the server
directory are not set properly on any of the nodes in this cluster. I'm seeing the steps were tested in 2.5.6. So, is this a bug or intended? Also, what permissions should I set on that directory to complete the final step in those docs?creamy-pencil-82913
05/03/2022, 4:56 AMwonderful-helicopter-16401
05/03/2022, 11:58 AMuser@srv1:/var/lib/rancher/rke2$ cd server
-bash: cd: server: Permission denied
user@srv1:/var/lib/rancher/rke2$ sudo cd server
sudo: cd: command not found
sudo bash
instead of trying to cd down to that level. I ended up at the rke2 directory trying to figure out why I couldn't sudo cd
down to the location required. I found an article that discussed permissions as the issue, hence my question. Your response had me search other forums. The fourth one said I needed to use either sudo bash
or sudo su
and then I would be able to cd to the full path.rapid-helmet-86074
05/03/2022, 2:41 PMkubectl get daemonsets -A
and see that it was already a DaemonSet.wonderful-helicopter-16401
05/04/2022, 3:21 PMrapid-helmet-86074
05/04/2022, 3:23 PMcreamy-pencil-82913
05/04/2022, 3:38 PMrapid-helmet-86074
05/04/2022, 4:39 PMcreamy-pencil-82913
05/04/2022, 4:55 PMwonderful-helicopter-16401
05/04/2022, 7:13 PMcreamy-pencil-82913
05/04/2022, 7:15 PMwonderful-helicopter-16401
05/04/2022, 7:20 PMrapid-helmet-86074
05/04/2022, 7:21 PM