Commit Graph

1899 Commits

Author SHA1 Message Date
Mehdy Bohlool
bca588fbb3 Merge pull request #299 from mccullya/master
Amendment to PR 270 (issue #262)
2017-07-20 10:17:16 -07:00
BoySherman
065335bc65 Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used 2017-07-20 09:22:53 +01:00
BoySherman
c4aac96342 Restricting the websocket-client to <=0.40, present PR allows for 0.44 which has again become broken 2017-07-19 13:15:22 +01:00
Mehdy Bohlool
1110248545 Merge pull request #20 from jraby/add_ws_streaming_protocol
Add ws_streaming_protocol and use v4 by default
2017-07-19 04:47:53 -07:00
Jean Raby
a2ae2135ea Add ws_streaming_protocol and use v4 by default
To be sent in the Sec-WebSocket-Protocol http header by the ws_client.
2017-07-18 17:03:24 -04:00
Mehdy Bohlool
7f9231e9d0 Merge pull request #19 from yuvipanda/kubeconfig
Respect the KUBECONFIG environment variable if set
2017-07-13 18:50:47 -07:00
yuvipanda
ee4f01c6ff Respect the KUBECONFIG environment variable if set 2017-07-13 18:18:31 -07:00
Mehdy Bohlool
e6e7b710d0 Merge pull request #293 from yuvipanda/update-maxsize
Submodule bump for kubernetes-client/python-base#18
2017-07-09 15:46:04 -07:00
Mehdy Bohlool
fc85c6aaaa Merge pull request #292 from mbohlool/jupyter
Add a little more detail to jupyter getting start with minikube
2017-07-09 09:38:17 -07:00
yuvipanda
1d2369e15d Submodule bump for kubernetes-client/python-base#18 2017-07-09 00:31:31 -07:00
mbohlool
cd5d5e2d8c Add a little more detail to jupyter getting start with minikube 2017-07-08 23:34:22 -07:00
Yuvi Panda
d301e200fb Allow setting maxsize for PoolManager (#18)
* Allow setting maxsize for PoolManager

* Only customize maxsize if config is explicitly not set to None
2017-07-08 22:28:10 -07:00
Mehdy Bohlool
3de4c355e9 Update release.md 2017-07-07 14:40:34 -07:00
Mehdy Bohlool
e95cac4235 Update release.md 2017-07-07 14:35:10 -07:00
Mehdy Bohlool
f6d80b06cf Merge pull request #287 from dims/use-latest-localkube
Test with latest localkube version
2017-07-07 11:35:01 -07:00
Davanum Srinivas
ebb23b7ca1 Test with latest localkube version
Oops! we are using a really old version, let's switch over to v1.7.0
2017-07-07 13:41:12 -04:00
Mehdy Bohlool
917ec63d51 Support both TPR and CRD with custom objects spec (#283)
* Add ability to use local gen repo for testing

* Update generated client
2017-07-07 10:26:25 -07:00
Spyros Trigazis
afe706d63a Remove oauth2client requirement (#286)
In #278 google-auth was added in requirements and in [1]
python-base stopped using it.

Remove oauth2client requirement and update submodule commit.

[1] https://github.com/kubernetes-client/python-base/pull/16

Related-Issue: #275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-07 10:26:06 -07:00
Mehdy Bohlool
2fac3c71bf Merge pull request #250 from djkonro/create_service
Add notebook on how to create a Service
2017-07-07 10:25:19 -07:00
Mehdy Bohlool
9ba5378f96 Merge pull request #239 from djkonro/master
Update create_deployment notebook
2017-07-07 10:25:07 -07:00
Mehdy Bohlool
1471c6d455 Merge pull request #261 from djkonro/remove_output
Remove code execution output from create_pod notebook
2017-07-07 10:24:45 -07:00
Mehdy Bohlool
8b988ba8f9 Merge pull request #272 from djkonro/intro_notebook
Add introductory notebook
2017-07-07 10:24:05 -07:00
Mehdy Bohlool
a73407a6a3 Merge pull request #285 from kubernetes-incubator/mbohlool-patch-2
Update CHANGELOG.md
2017-07-07 09:27:29 -07:00
Mehdy Bohlool
70bbe4ce25 Update CHANGELOG.md 2017-07-06 18:39:38 -07:00
Davanum Srinivas
7fd6d559b8 Use py.test instead of nosetests for better problem reporting (#282)
nosetests output is not very useful for diagnosing issues when
running in travis. Let us switch to py.test
2017-07-06 18:27:30 -07:00
Spyros Trigazis
26cb526eaa Use oauth2 from google-auth (#16)
oauth2client is deprecated [1], use google-auth.

[1] https://github.com/google/oauth2client/releases (see Note)

Related-Issue: https://github.com/kubernetes-incubator/client-python/issues/275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-06 17:54:56 -07:00
Mehdy Bohlool
4318bc68c1 Merge pull request #17 from mbohlool/travis_fix
Fix travis CI failure
2017-07-06 17:28:35 -07:00
mbohlool
967b4bfb22 Fix travis CI failure 2017-07-06 16:52:45 -07:00
djkonro
0a4af95e3c Add notebook on how to create a Service 2017-07-06 21:51:48 +01:00
djkonro
7b559b9c1c Remove code execution output from create_pod notebook 2017-07-06 21:50:12 +01:00
djkonro
7d98dccb66 Update create_deployment notebook 2017-07-06 21:48:54 +01:00
djkonro
e87c3bb9d5 Add introductory notebook
This notebook shows how to manage kubernetes objects using
common resource operations with the python client
2017-07-06 21:46:28 +01:00
Mehdy Bohlool
bd4b72ebb0 Merge pull request #278 from strigazi/google-auth
Add google-auth dependency to be able to use it in python-base repo.
2017-07-06 10:22:12 -07:00
Mehdy Bohlool
820366c791 Merge pull request #284 from mbohlool/use_gen_repo
Use kubernetes-client/gen generators to generate python client
2017-07-06 10:14:07 -07:00
Spyros Trigazis
ae7f2bc9dc Use oauth2 from google-auth
oauth2client is deprecated [1], use google-auth.

When kubernetes-client/base-python is updated to not use
oauth2client, remove oauth2client.

[1] https://github.com/google/oauth2client/releases (see Note)

Closes: #275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-06 18:31:15 +02:00
mbohlool
d2d49146e5 Use kubernetes-client/gen generators to generate python client 2017-07-06 06:03:29 -07:00
Mehdy Bohlool
3595278fec Merge pull request #268 from flavio/manage-node-labels-example
Add example about node label management
2017-07-05 15:43:06 -07:00
Flavio Castelli
0a4b52a0aa
Add example about node label management
Show how to add/remove/change node labels.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
2017-07-05 12:51:21 +02:00
Mehdy Bohlool
5e268fb0b6 Merge pull request #273 from mbohlool/update_client
Update master to follow kubernetes 1.7 branch
2017-06-30 14:42:50 -07:00
mbohlool
5900a4c8c5 Fix Travis CI failure 2017-06-30 14:15:10 -07:00
mbohlool
ef558a5ce4 Update generated client 2017-06-29 01:34:59 -07:00
mbohlool
21e071a5da Master to follow kubernetes 1.7 branch 2017-06-29 01:32:19 -07:00
Mehdy Bohlool
7650c9a600 Merge pull request #267 from blackwoodseven/master
Swap order of parameters 'name' and 'namespace' for TPRs
2017-06-24 23:38:21 -07:00
Ebbe Elsborg
b0bc0beac4 Generate client with 'name' and 'namespace' swapped for TPRs 2017-06-23 09:17:58 +02:00
Ebbe Elsborg
02283ea5d1 Swap parameters 'name' and 'namespace' for TPRs
This is to align with the standard API.
Note: This is a breaking change.
2017-06-23 09:16:03 +02:00
Mehdy Bohlool
04f059aba2 Merge pull request #265 from blackwoodseven/master
Parametrize resource path with version part of apiVersion
2017-06-22 10:56:19 -07:00
Ebbe Elsborg
1849b1fe56 Generate client with 'version' parameter 2017-06-21 13:42:34 +02:00
Ebbe Elsborg
69bce1aeb2 Parametrize resource path with 'version' parameter
Add parameter 'name' to update operation
2017-06-21 13:42:34 +02:00
Ebbe Elsborg
2e67319b97 Run update-client.sh 2017-06-21 13:42:34 +02:00
Mehdy Bohlool
4eac56a8b6 Merge pull request #259 from codevulture/travis_check
Travis Fix for E2E tests
2017-06-21 01:31:03 -07:00