We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Flocker installation instructions, the /etc/flocker directory must be created with 0700 permissions, yet the directory is actually 0755:
/etc/flocker
0700
0755
root@ip-172-31-39-183:~# ls -al /etc/flocker/ total 20 drwxr-xr-x 2 root root 4096 Sep 21 09:44 . drwxr-xr-x 90 root root 4096 Sep 21 09:44 .. -rw------- 1 root root 1948 Sep 21 09:44 cluster.crt -rw------- 1 root root 1931 Sep 21 09:44 control-service.crt -rw------- 1 root root 3272 Sep 21 09:44 control-service.key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Flocker installation instructions, the
/etc/flocker
directory must be created with0700
permissions, yet the directory is actually0755
:The text was updated successfully, but these errors were encountered: