Apps in deploying cannot stop

kevinmatt

Dabbler
Joined
Nov 4, 2022
Messages
11
After upgrading to Cobia Beta1, due to the loss of linux-container image registry authentication(like using username&password to pull private image)
Some of my Apps using private image cannot be deployed since it cannot pull image. However, I cannot stop the deploying apps, so it continuesly try to pull and cosume not little CPU resources.
How can this be solved? Is there a workaround?
I view the sourcecode it seems to be switching docker to directly libcontainer, is there any way to configure authentication info?
 

kevinmatt

Dabbler
Joined
Nov 4, 2022
Messages
11
Currently I use a workaround by installing a docker-engine myself and pull the image; libcontainer seems to share the same iamges with docker
 

sfatula

Guru
Joined
Jul 5, 2022
Messages
608
We'll see if ix comments. I would think enterprises using their own containers would use user/password for the most part. I doubt they'd leave them public.
 

kevinmatt

Dabbler
Joined
Nov 4, 2022
Messages
11
Yes, I used a tricky way to stop these container by directly using `kubectl scale` to scale them to 0 replicas, however I still cannot pull them, maybe there's one way to use kubectl to configure the auth stuff, I'll try it later
 
Top