| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
==========================================
- Coverage 94.69% 94.19% -0.51%
==========================================
Files 9 9
Lines 698 706 +8
==========================================
+ Hits 661 665 +4
- Misses 37 41 +4
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Yes, we need to fix this. I tried your fix and it almost worked, except it is taking a long time. The other fix is to run the auth-cmd directly (kubectl is doing that). I am investigating this more. |
Sorry, something went wrong.
|
I think we need to also write token back to kube config file. Can you please fix tests so we can merge this? |
Sorry, something went wrong.
|
I'm trying to fix tests, but I couldn't find what is wrong. Can you help me on how to run and identify what test has failed? Running the following: $:~/git/python-base$ export TOXENV=update-pep8 $:~/git/python-base$ ./run_tox.sh tox Got: update-pep8: commands succeeded congratulations :) |
Sorry, something went wrong.
|
run scripts/update-pep8.sh |
Sorry, something went wrong.
|
@gabrielgbim I sent a follow up PR for this to add expiration mechanism as well as persisting config. I will merge it after your PR. When you fixed tests here, can you review that PR? |
Sorry, something went wrong.
|
@gabrielgbim Are you going to fix this PR or I should go ahead with my other PR? |
Sorry, something went wrong.
|
@mbohlool You can go ahead with the other one. |
Sorry, something went wrong.
|
@gabrielgbim then you should probably close this one. Also it will be gret if you can test and review the other PR. Thanks for your time. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This should fix the following error:
Traceback (most recent call last): File "watch-namespace.py", line 4, in <module> config.load_kube_config() File "egg/kubernetes/config/kube_config.py", line 318, in load_kube_config File "egg/kubernetes/config/kube_config.py", line 221, in load_and_set File "egg/kubernetes/config/kube_config.py", line 160, in _load_authentication File "egg/kubernetes/config/kube_config.py", line 176, in _load_gcp_token File "egg/kubernetes/config/kube_config.py", line 124, in <lambda> NameError: global name 'GoogleCredentials' is not defined