local machine, reboot or relink network will pull image again
All the steps have completed, and the Workspace run well. but re-pull images when the local machine reboot or relink network. Is there any way to resolve it? save image cahe or somethingelse?
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
- local Microk8s
Machine information
- OS: Ubuntu18.04
- Browser: Chrome
hi, have you solved the issue? i also want to install onepanel on a local PC ( with gpu) and im still unable to do it
im at the config 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, ...)
I met the same problem. If it can change the policy to local first.
And I met the same problem (ubuntu 20.04, mikrok8s)
I met the same problem. I solved it by modifying "imagePullPolicy: Always" to "imagePullPolicy: IfNotPresent".