-
Notifications
You must be signed in to change notification settings - Fork 182
_load_user_token base_path = self._get_base_path(self._user.path) AttributeError: 'str' object has no attribute 'path' #182
Comments
/assign |
This is a regression introduced in #94. Technically a user with a string value ( A workaround is to change your kubeconfig to make
We should fix the behavior in this client and add a test. I can think of either constructing a ConfigNode around the string value, or skipping _load_user_token when |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Kubeconfig :
This used to work with previous versions.
Other people have the same issue, "resolved" by pinning to version 9 of kubernetes.
aws-samples/amazon-k8s-node-drainer#14
The text was updated successfully, but these errors were encountered: