onepanel icon indicating copy to clipboard operation
onepanel copied to clipboard

local machine, reboot or relink network will pull image again

Open brealisty opened this issue 3 years ago • 4 comments

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

brealisty avatar Apr 06 '22 03:04 brealisty

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

malfonsoNeoris avatar May 02 '22 00:05 malfonsoNeoris

I met the same problem. If it can change the policy to local first.

skytodmoon avatar May 05 '22 02:05 skytodmoon

And I met the same problem (ubuntu 20.04, mikrok8s)

6betari avatar May 17 '22 14:05 6betari

I met the same problem. I solved it by modifying "imagePullPolicy: Always" to "imagePullPolicy: IfNotPresent".

Allen-labs avatar Aug 03 '22 08:08 Allen-labs