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
Hi Im following your tutorial Try it!(https://alcali.dev/try/#try-it) (I was able to run it thanks to this workaround #529 (comment)) But then Im trying next part Walkthrough(https://alcali.dev/walkthrough/#walkthrough) and here it fails with Authorization denied when I try to accept minion.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi. I faced the same problem, and I found a solution.
The reason for the error is that docker/dockerfile-master and docker/dockerfile-minion install the latest version of Salt. (3007.1)
docker/dockerfile-master
docker/dockerfile-minion
The current version of alcali is 3006.3, so I think there's a problem because it doesn't support 3007.
If you install the salt 3006.x version, you can see that it is proceeding normally.
Please revise as below and try again. I hope it helps.
DdangJin@3335b86
Sorry, something went wrong.
No branches or pull requests
Hi Im following your tutorial Try it!(https://alcali.dev/try/#try-it) (I was able to run it thanks to this workaround #529 (comment))
But then Im trying next part Walkthrough(https://alcali.dev/walkthrough/#walkthrough) and here it fails with Authorization denied when I try to accept minion.
Thanks for any help.
The text was updated successfully, but these errors were encountered: