ansible-role-kubernetes
ansible-role-kubernetes copied to clipboard
Symlink config is always to root
Hi, I am trying install kubernetes in vagrant image, and always get this in console, I don't know why that appears if my user with which I am logged in is vagrant
TASK [geerlingguy.kubernetes : Symlink the kubectl admin.conf to ~/.kube/conf.] **************************************
ok: [s1] => {"changed": false, "dest": "/root/.kube/config", "gid": 0, "group": "root", "mode": "0777", "owner": "root", "size": 26, "src": "/etc/kubernetes/admin.conf", "state": "link", "uid": 0}
The destination is /root/, should not be /home/vagrant ?
thanks
https://github.com/geerlingguy/ansible-role-mysql/blob/d769e8b35567594c7ca607bf6955ef5ff8e8abfb/tasks/setup-Debian.yml#L33-L42 - what about logfile1?
logfile1 is seemingly already obsolete in MariaDB since 10.5.0. In that version they switched to using 1 single log file. I found the ticket: MDEV-20907: Set innodb_log_files_in_group=1 by default.
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.