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
I am running Kargo on Ubuntu 16.04 cluster. The cluster has 3 VM with 2 Master and 2 Etcd. Ansible playbook threw the error for the node 2 while changing the permission on the /etc/kubernetes/ssl/*key.pem. See below for details.
TASK [kubernetes/secrets : Gen_certs | set permissions on keys] ****************
skipping: [k8s-ubuntu-node3]
fatal: [k8s-ubuntu-node2]: FAILED! => {"changed": false, "cmd": "chmod 0600 /etc/kubernetes/ssl/_key.pem", "delta": "0:00:00.003090", "end": "2016-08-26 15:32:04.327587", "failed": true, "rc": 1, "start": "2016-08-26 15:32:04.324497", "stderr": "chmod: cannot access '/etc/kubernetes/ssl/_key.pem': No such file or directory", "stdout": "", "stdout_lines": [], "warnings": ["Consider using file module with mode rather than running chmod"]}
ok: [k8s-ubuntu-node1]
[WARNING]: Consider using file module with mode rather than running chmod
Would you please kindly take a look?
Thanks!
Shixiong
The text was updated successfully, but these errors were encountered:
Hi,
I am running Kargo on Ubuntu 16.04 cluster. The cluster has 3 VM with 2 Master and 2 Etcd. Ansible playbook threw the error for the node 2 while changing the permission on the /etc/kubernetes/ssl/*key.pem. See below for details.
TASK [kubernetes/secrets : Gen_certs | set permissions on keys] ****************
skipping: [k8s-ubuntu-node3]
fatal: [k8s-ubuntu-node2]: FAILED! => {"changed": false, "cmd": "chmod 0600 /etc/kubernetes/ssl/_key.pem", "delta": "0:00:00.003090", "end": "2016-08-26 15:32:04.327587", "failed": true, "rc": 1, "start": "2016-08-26 15:32:04.324497", "stderr": "chmod: cannot access '/etc/kubernetes/ssl/_key.pem': No such file or directory", "stdout": "", "stdout_lines": [], "warnings": ["Consider using file module with mode rather than running chmod"]}
ok: [k8s-ubuntu-node1]
[WARNING]: Consider using file module with mode rather than running chmod
Would you please kindly take a look?
Thanks!
Shixiong
The text was updated successfully, but these errors were encountered: