You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Using uid 1000 during the apb invocation using its containers makes sure
that it can see the mounted kubeconfig. This makes it possibly to push
both as a regular and root user.
Signed-off-by: Roy Golan <[email protected]>
Fixes: oVirt#30
This is possibly due to an incorrectly mapped path in the apb's Makefile
I was able to work around this by changing the mapping from
${HOME}/.kube:/.kube
to${HOME}/.kube:/root/.kube
The text was updated successfully, but these errors were encountered: