Skip to content
New issue

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

Failed to install k3s when Single Server Provider #297

Open
unchaptered opened this issue Dec 19, 2024 · 1 comment
Open

Failed to install k3s when Single Server Provider #297

unchaptered opened this issue Dec 19, 2024 · 1 comment

Comments

@unchaptered
Copy link

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..

mkdir ~/.kube

sudo cat /etc/rancher/k3s/k3s.yaml | tee ~/.kube/config >/dev/null
@vatsal2809
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants