Lars Kellogg-Stedman
ccf288c49a
make sure that kubernetes.stream module gets installed
...
Previously, installing the client using `python setup.py install`
would fail to install the `kubernetes.stream` module, leading to
errors when trying to `import kubernetes`.
Closes #355
2017-10-06 17:06:10 -04:00
Mehdy Bohlool
dbb09089d3
Create code-of-conduct.md
2017-09-27 18:25:23 -07:00
Mehdy Bohlool
58a55d43ec
Merge pull request #344 from mbohlool/stream
...
Use stream module to call exec/attach calls
2017-09-22 13:45:50 -07:00
mbohlool
27ba35aa81
Use stream module to call exec/attach calls
2017-09-22 11:42:59 -07:00
mbohlool
55ef46b6cf
Update base to latest commit with stream module added
2017-09-22 11:42:59 -07:00
Mehdy Bohlool
e2693c4dc2
Merge pull request #304 from djkonro/create_configmap
...
Add notebook on how to create a ConfigMap and use its data in Pods
2017-09-19 00:59:52 -07:00
Mehdy Bohlool
9f1f54e0f7
Merge branch 'master' into create_configmap
2017-09-19 00:59:27 -07:00
Damian Myerscough
cbe7ed5a02
Update requirements library for oidc auth ( #331 )
...
* Update requirements library for oidc auth
* Update requirements library for oidc auth
2017-08-30 03:21:53 -07:00
Mehdy Bohlool
6ed1f20f26
Merge pull request #281 from djkonro/watch
...
Add notebook on how to watch changes to an object
2017-08-28 16:06:54 -07:00
Mehdy Bohlool
5128cd883f
Merge pull request #301 from djkonro/secret
...
Add notebook on how to create and use a Secret
2017-08-28 16:06:36 -07:00
djkonro
939e735a00
Add notebook on how to watch changes to an object
2017-08-26 22:09:09 +01:00
djkonro
f9b342b29b
Add notebook on how to create a ConfigMap and use its data in Pods
2017-08-22 00:57:14 +01:00
djkonro
1cf9418935
Add notebook on how to create a Secret
2017-08-21 23:19:50 +01:00
Mehdy Bohlool
01f6875ed4
Merge pull request #318 from brejoc/patch-1
...
Introducing __version__ variable
2017-08-16 02:01:30 -07:00
Jochen Breuer
3b66dde057
Changes from update-client.sh
2017-08-16 08:11:47 +02:00
Jochen Breuer
1054f10c6d
Introducing __version__ and __project__ variables
...
Version information comes from scripts/constants.py and is hard-coded to
kubernetes/__init__py by scripts/update-client.sh.
__project__ is just hard-coded.
Fixes #317
2017-08-16 08:11:47 +02:00
Mehdy Bohlool
e2e422b72c
Merge pull request #307 from mbohlool/update_gen
...
Release 3.0 - Update generated client and documentations
2017-08-10 17:52:58 -07:00
mbohlool
ed7a1f170c
Update compatibility matrix
2017-08-10 17:42:40 -07:00
mbohlool
49598cd276
update changelog
2017-08-10 17:36:27 -07:00
mbohlool
b4f852a9d9
update generated client to get https://github.com/kubernetes/kubernetes/pull/49357
2017-08-10 17:33:39 -07:00
Mehdy Bohlool
f9a019698e
Merge pull request #298 from jraby/v4_stream_proto
...
Set Sec-WebSocket-Protocol header from cfg param
2017-07-28 11:22:34 -07:00
Jean Raby
c3d3ea82d2
Support for v4 stream protocol
...
- Set Sec-WebSocket-Protocol header from cfg param
- Add ERROR and RESIZE websocket channels
As defined in pkg/kubelet/server/remotecommand/websocket.go
- Adjust tests to show v4 behavior wtr to status message
- Tweak read_all() to return only data from stdout and stderr.
2017-07-26 15:31:25 -04:00
Mehdy Bohlool
6b555de1c7
Merge pull request #305 from mbohlool/gce_config
...
Update base submodule
2017-07-25 13:14:35 -07:00
mbohlool
dabdec6967
Update Changelog for 3.0.0b1 release
2017-07-25 13:03:18 -07:00
mbohlool
d518be4ad3
Update base submodule
2017-07-25 13:03:18 -07:00
Mehdy Bohlool
023fcf5eb6
Merge pull request #302 from mbohlool/gce_config
...
Add requests requirement for gce config refresher
2017-07-21 17:36:33 -07:00
mbohlool
e447a955a0
Add requests requirement for gce config refresher
2017-07-21 14:50:54 -07:00
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
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
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
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