-
Notifications
You must be signed in to change notification settings - Fork 3.4k
removed submodule #1672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removed submodule #1672
Conversation
Point directly to the file that the kubernetes/community link was pointing to
…cs-link Remove link to kubernetes-client/community
…token only, no caching)
Attempt to implement exec-plugins support in kubeconfig
fix: read config data with bytes (python3)
…ncode and standard_b64decode.
Replace base64.decodestring for base64.standard_b64decode
*Update unit tests to use ConfigNode() instead of dict()
…onal-values ExecProvider errors when parsing null values
Pep8 has been renamed to pycodestyle
Fix for Travis CI failing on python-base
Refresh GCP tokens on retrieval by overriding client config method.
Fix trailing slash on kube/config failure kubernetes-client#388
Travis CI for Python 3.7
Use yaml.safe_load and yaml.safe_dump
…rncode-idempotent fix: WSClient.returncode not idempotent
…figs that rely on relative paths.
Run kubeconfig exec commands in the correct directory
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages: 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. I understand the commands that are listed here. |
|
/release-note-none |
/assign @roycaihw |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Why do we have these many (321) commits? |
the commits are old, they are added to preserve the commit history |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@yliaog @roycaihw I'm wondering if it is going to be likely for the wrapper function to suddenly disappear/change drastically in the upcoming versions. |
@leoskyrocker From the slack thread I think you mean the behavior of The behavior was inspired by client-go. We don't plan to drop this behavior. It would be nice if we document the behavior. cc @MoShitrit |
yep, sorry for the confusion as I couldn't trace back the original PR earlier and thought this PR introduced the load_config function. Thanks for the update! |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: