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
I found the bug about installing k3s when trying Single Server Application.
After akash install k3s into my pc, akash don't settup ~/.kube/config automatically.
So provider(e.g. me) manually type the command into target pc.
mkdir ~/.kube sudo cat /etc/rancher/k3s/k3s.yaml | tee ~/.kube/config >/dev/null
If akash network use ansible to configure into my pc,
maybe add new scripts about this..
The text was updated successfully, but these errors were encountered:
We are already doing that thing from our end. You can refer that by visiting below link.
https://github.com/akash-network/praetor-backend/blob/9613e1c9ab343b01dc6241d10da798da5178b85d/application/service/k3s.py#L418
Sorry, something went wrong.
No branches or pull requests
I found the bug about installing k3s when trying Single Server Application.
After akash install k3s into my pc, akash don't settup ~/.kube/config automatically.
So provider(e.g. me) manually type the command into target pc.
If akash network use ansible to configure into my pc,
maybe add new scripts about this..
The text was updated successfully, but these errors were encountered: