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

Local machine install still not supported #972

Open
thhart opened this issue Mar 29, 2022 · 2 comments
Open

Local machine install still not supported #972

thhart opened this issue Mar 29, 2022 · 2 comments

Comments

@thhart
Copy link

thhart commented Mar 29, 2022

Describe the bug
In several issues there is mentioned starting with v0.20.0 there would be a local mode possible. However in the quickstart guide: https://docs.onepanel.ai/docs/getting-started/quickstart/ there is still an artifact provider necessary. It is not possible to init opctl without this. How is it supposed to work without any foreign services?

opctl init --provider microk8s \
           --enable-metallb \
           --artifact-repository-provider abs

opctl version

$ opctl version
CLI version: v1.0.2
Manifest version: v1.0.2
API version: v1.0.2
Web UI version: v1.0.2

Kubernetes information
microk8s is running
high-availability: no
datastore master nodes: 127.0.0.1:19001
datastore standby nodes: none

Machine information
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal

@malfonsoNeoris
Copy link

hi, have you been able to deploy onepanel locally ?
i have configured the PC.. done the line that you mention ( same as you, i dont have a remote storage).

then it fails in the next step
KUBECONFIG=./kubeconfig opctl apply
Starting deployment...

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x211296f]

goroutine 1 [running]:
github.com/onepanelio/cli/cmd.GenerateKustomizeResult(0x253d44c, 0x1f, 0x2523233, 0xd, 0xc0004abe90, 0x1, 0x1, 0xc0004abe80, 0x1, 0x1, ...)

@Allen-labs
Copy link

@malfonsoNeoris @thhart hi, I had solved the probelm, you can deploy minio service locally, then use this command:
opctl init --provider microk8s
--enable-metallb
--artifact-repository-provider s3

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

3 participants