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 Oct 3, 2020. It is now read-only.
I noticed that KubeConfig.from_service_account doesn't read namespace from /var/run/secrets/kubernetes.io/serviceaccount/namespace which causes it to use default namespace.
Because of that I have to manually filter by namespace when trying to access objects in current namespace.
Is that by-design? If not, I could work on a patch for this.
The text was updated successfully, but these errors were encountered:
I noticed that
KubeConfig.from_service_account
doesn't read namespace from/var/run/secrets/kubernetes.io/serviceaccount/namespace
which causes it to usedefault
namespace.Because of that I have to manually filter by namespace when trying to access objects in current namespace.
Is that by-design? If not, I could work on a patch for this.
The text was updated successfully, but these errors were encountered: