-
Notifications
You must be signed in to change notification settings - Fork 185
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 529a72a - Browse repository at this point
Copy the full SHA 529a72aView commit details
Commits on Aug 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d54efa7 - Browse repository at this point
Copy the full SHA d54efa7View commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 86ae2de - Browse repository at this point
Copy the full SHA 86ae2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d56fdbc - Browse repository at this point
Copy the full SHA d56fdbcView commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 375befb - Browse repository at this point
Copy the full SHA 375befbView commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1637d56 - Browse repository at this point
Copy the full SHA 1637d56View commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 989e4b3 - Browse repository at this point
Copy the full SHA 989e4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545690c - Browse repository at this point
Copy the full SHA 545690cView commit details
Commits on Jan 23, 2019
-
Merge pull request #108 from iamneha/make-adal-optional
Make dependancy adal optional
Configuration menu - View commit details
-
Copy full SHA for 260f855 - Browse repository at this point
Copy the full SHA 260f855View commit details -
Merge pull request #107 from iamneha/verify-scripts
Verify-boilerplate script
Configuration menu - View commit details
-
Copy full SHA for 8497dfb - Browse repository at this point
Copy the full SHA 8497dfbView commit details -
fix watching with a specified resource version
The watch code reset the version to the last found in the response. When you first list existing objects and then start watching from that resource version the existing versions are older than the version you wanted and the watch starts from the wrong version after the first restart. This leads to for example already deleted objects ending in the stream again. Fix this by setting the minimum resource version to reset from to the input resource version. As long as k8s returns all objects in order in the watch this should work. We cannot use the integer value of the resource version to order it as one should be treat the value as opaque. Closes kubernetes-client/python#700
Configuration menu - View commit details
-
Copy full SHA for 3c30a30 - Browse repository at this point
Copy the full SHA 3c30a30View commit details -
Merge pull request #109 from juliantaylor/fix-watch-reset
fix watching with a specified resource version
Configuration menu - View commit details
-
Copy full SHA for 2d69e89 - Browse repository at this point
Copy the full SHA 2d69e89View commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 97ad43b - Browse repository at this point
Copy the full SHA 97ad43bView commit details
Commits on Feb 1, 2019
-
fix segment decode errors for watch
``` Traceback (most recent call last): File "controller_unitproject/run.py", line 33, in <module> run() File "controller_unitproject/run.py", line 29, in run unitproject.run() File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/controller.py", line 215, in run self.resync_and_watch() File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/controller.py", line 209, in resync_and_watch from_version=last_known_resource_version File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/watcher.py", line 92, in watch self.__watch(seconds_to_out) File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/watcher.py", line 51, in __watch for event in stream: File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 130, in stream for line in iter_resp_lines(resp): File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 47, in iter_resp_lines seg = seg.decode('utf8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 2047: unexpected end of data ```
Configuration menu - View commit details
-
Copy full SHA for 89c802c - Browse repository at this point
Copy the full SHA 89c802cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aaa929 - Browse repository at this point
Copy the full SHA 8aaa929View commit details
Commits on Feb 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4d387d5 - Browse repository at this point
Copy the full SHA 4d387d5View commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0fc0d40 - Browse repository at this point
Copy the full SHA 0fc0d40View commit details -
Merge pull request #115 from iamneha/pycodestylw
Update pycodestyle
Configuration menu - View commit details
-
Copy full SHA for f30d840 - Browse repository at this point
Copy the full SHA f30d840View commit details
Commits on Feb 11, 2019
-
make ws client decode data only on OPCODE_TEXT
Following comment #112 (comment) Tested on running controller.
Configuration menu - View commit details
-
Copy full SHA for e413acd - Browse repository at this point
Copy the full SHA e413acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d928310 - Browse repository at this point
Copy the full SHA d928310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5acc854 - Browse repository at this point
Copy the full SHA 5acc854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0229f0a - Browse repository at this point
Copy the full SHA 0229f0aView commit details -
Merge pull request #116 from micw523/one-line-link
Restore one-line link
Configuration menu - View commit details
-
Copy full SHA for d2ac885 - Browse repository at this point
Copy the full SHA d2ac885View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e6f043 - Browse repository at this point
Copy the full SHA 8e6f043View commit details
Commits on Feb 17, 2019
-
Merge pull request #114 from rlenferink/patch-owners
Updated OWNERS to include link to docs
Configuration menu - View commit details
-
Copy full SHA for e077f88 - Browse repository at this point
Copy the full SHA e077f88View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4750aa9 - Browse repository at this point
Copy the full SHA 4750aa9View commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ad06e5c - Browse repository at this point
Copy the full SHA ad06e5cView commit details
Commits on Feb 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 972a76a - Browse repository at this point
Copy the full SHA 972a76aView commit details
Commits on Mar 14, 2019
-
Merge pull request #93 from mitar/watch_and_logs
Making watch work with read_namespaced_pod_log
Configuration menu - View commit details
-
Copy full SHA for c4de8bd - Browse repository at this point
Copy the full SHA c4de8bdView commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 328b2d1 - Browse repository at this point
Copy the full SHA 328b2d1View commit details
Commits on Mar 18, 2019
-
Merge pull request #94 from tomplus/feat/merge-kubeconfigs
feat: merging kubeconfig files
Configuration menu - View commit details
-
Copy full SHA for 5c03b3b - Browse repository at this point
Copy the full SHA 5c03b3bView commit details
Commits on Mar 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3ddbd9 - Browse repository at this point
Copy the full SHA b3ddbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a02cc - Browse repository at this point
Copy the full SHA 72a02ccView commit details
Commits on Apr 8, 2019
-
Merge pull request #110 from axelsteingrimsson/add_email_scope_to_gcp…
…_credentials_refresh Add email scope to GCP provided credential refresh
Configuration menu - View commit details
-
Copy full SHA for 1d5231c - Browse repository at this point
Copy the full SHA 1d5231cView commit details
Commits on Jun 19, 2019
-
Merge pull request #79 from bpicolo/fix_base64_padding_for_kconfig
Fix base64 padding for kube config
2Configuration menu - View commit details
-
Copy full SHA for 487c918 - Browse repository at this point
Copy the full SHA 487c918View commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1a0a37 - Browse repository at this point
Copy the full SHA c1a0a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc9fa0 - Browse repository at this point
Copy the full SHA 6cc9fa0View commit details -
tx to micw comments
Configuration menu - View commit details
-
Copy full SHA for 678224a - Browse repository at this point
Copy the full SHA 678224aView commit details -
fix segment decode errors for watch
``` Traceback (most recent call last): File "controller_unitproject/run.py", line 33, in <module> run() File "controller_unitproject/run.py", line 29, in run unitproject.run() File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/controller.py", line 215, in run self.resync_and_watch() File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/controller.py", line 209, in resync_and_watch from_version=last_known_resource_version File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/watcher.py", line 92, in watch self.__watch(seconds_to_out) File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/module_k8s_controller_sdk/watcher.py", line 51, in __watch for event in stream: File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 130, in stream for line in iter_resp_lines(resp): File "/home/bajal/.local/share/virtualenvs/controller_unitproject-1u3cbEWP/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 47, in iter_resp_lines seg = seg.decode('utf8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 2047: unexpected end of data ```
Configuration menu - View commit details
-
Copy full SHA for ef65b04 - Browse repository at this point
Copy the full SHA ef65b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1dc36 - Browse repository at this point
Copy the full SHA fc1dc36View commit details -
make ws client decode data only on OPCODE_TEXT
Following comment #112 (comment) Tested on running controller.
Configuration menu - View commit details
-
Copy full SHA for 8a6f093 - Browse repository at this point
Copy the full SHA 8a6f093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9008491 - Browse repository at this point
Copy the full SHA 9008491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4295b2d - Browse repository at this point
Copy the full SHA 4295b2dView commit details -
Dmitry Bazhal committed
Jun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for e8db1ba - Browse repository at this point
Copy the full SHA e8db1baView commit details -
Merge branch 'master' of github.com:dbazhal/python-base
Dmitry Bazhal committedJun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for c36eada - Browse repository at this point
Copy the full SHA c36eadaView commit details