erik.kubica
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
yes, but my argocd is bugging out right now, because even if it syncs, its "out of sync" even if I compare with head it looks in sync. so I had to restart the deployment for it to detect changes in the values.yaml
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
and ran "newgrp docker" because docker site said "Log out and log back in so that your group membership is re-evaluated."
then my docker ps was saying: error error
so i did restart and now it works
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
I probably should have started with a reboot! It works now, not sure which step made a difference but created a docker workspace
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
securitz context finally ocntains the values, but no change. i will check the link you posted, theoretically i can have my host machine as "remote" machine right?
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
i might have to resolve issue with security context, because argocd reports:
securityContext: {}
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
same result with added fsGroup
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
pod does not deteted the group
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
if it helps, my docker is a snap install
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
when i tried add coder into group it just said coder user does not exist
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
how can a user in pod be part of group on host machine?
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
i had no group, so i created one, but pod is trying to run gid 1000 which is my sudoer user
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
my chart.yaml
my values.yaml
34 replies
CCoder.com
•Created by erik.kubica on 3/10/2024 in #help
docker daemon
Yes, I have. Yes it is. I have mounted it later, now I have issue with permissions, so i have:
securityContext:
runAsNonRoot: false
allowPrivilegeEscalation: true
and still does not like the permissions
34 replies