提交 a6b61a86 编写于 作者: K Kenta Iso

add how to disbale apparmor for mysql profile for linux user

上级 ff2c07c9
......@@ -33,3 +33,13 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta
- On macOS or Windows, you may need to restart Docker for Desktop if a command gets hung
- Run `--alsologtostderr -v=1` for extra debugging information
- On Linux, if you want to run MySQL pod, you need to disable AppArmor for mysql profile
AppArmor is access control security system for Linux. This is enabled on Ubuntu by default.
If you machine enables AppArmor, you need to disable AppArmor for the mysql profile.
To disable apparmor for mysql, run the following command on host machine.
`sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
`
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册