[kubernetes-users] Kubernetes client's Presentation

2017-08-14 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Hi Kubernetes users/developers,

I am going to present our (non-go) client libraries and current state of
`kubernetes-client` org in our next sig-api-machinery meeting (this
Wednesday).

If you are interested in talking to kubernetes clusters in your native
language (any java speakers here?) or if you are interested in contributing
to an existing or new client library (Haskell anyone?) this presentation is
for you. Please join us on Wednesday August 16th.

More information about the meeting can be find here: https://goo.gl/0lbiM9.

Zoom link: https://zoom.us/my/apimachinery 

Regards,
Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Re: How to execute command in a pod (kubernetes) using API?

2017-08-08 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
This is a little old, but you can also take a look at our client python, 
specifically this 
example: 
https://github.com/kubernetes-incubator/client-python/blob/master/examples/exec.py

On Tuesday, February 28, 2017 at 1:30:09 AM UTC-8, Robinly wrote:
>
> I want to execute command in a container using k8s API, don't use any 
> libraries or tools.
>
> Example:
> curl -XPOST "
> http://172.25.255.22:8080/api/v1/namespaces/default/pods/redis-master-1qpyf/exec?commond=ls=master=master=true=true
> "
> {
>   "kind": "Status",
>   "apiVersion": "v1",
>   "metadata": {},
>   "status": "Failure",
>   "message": "Upgrade request required",
>   "reason": "BadRequest",
>   "code": 400
> }
>
> there is a error. 
>
> The /api/v1/proxy should I use? what should I do?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Reviewers for python client

2017-04-20 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Python Client  is
looking for contributors/reviewers. Please let me know if you are
interested.

Thanks,
Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] client-python Beta Release

2017-01-25 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Python client is now in beta. Please find more information here:
https://github.com/kubernetes-incubator/client-python/releases/tag/v1.0.0b1

You can reach the maintainers of this project at SIG API Machinery
. If
you have any problem with the client or any suggestions, please file an
issue .


Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] client-python alpha.5 released

2017-01-10 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Alpha 5 release of python client is out: https://github.com/
kubernetes-incubator/client-python/releases/tag/v1.0.0a5

If you were looking into client and notice some missing fields/models, it
has been fixed. There were a k8s bug preventing some fields/types to be
incorporated into OpenAPI spec. It has been fixed and the client is updated
now. Please take another look.

Cheers,
Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Python client 1.0.0a3 released

2016-12-19 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Hi Kubernetes users/developers,

Python client has a new release:
https://github.com/kubernetes-incubator/client-python/releases/tag/v1.0.0a3

Change log:
https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md

Please file any issue here:
https://github.com/kubernetes-incubator/client-python/issues

Thanks,
Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] client-python

2016-11-21 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Hi Kubernetes developers/users,

I would like to introduce our incubator project client-python
. The goal of the
project is to have a blessed (supported and in sync) python client for
kubernetes. The client is already supporting kube-config and watch
(streaming event responses).

If you are interested in talking python to kubernetes clusters please:

- Give the client a try and let us know what is missing or what
improvements you would like to see (filing issues in the repo is the best
way to go but you can email me or send me a message in slack @mbohlool)
- Help use determine which issue
 is a
requirement for v1 release. Some of the issues are already added to v1
milestone.
- Add (or propose) examples or usecases for the client.
- If you would like to contribute, please read Contributing

doc and start looking at issues that needs help

or create your own issue.

We would appreciate your contribution to python client in any way you can.

Thanks,
Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] client-python need reviewers that familiar with python

2016-11-15 Thread 'Mehdy Bohlool' via Kubernetes user discussion and Q
Hi,

I am working on k8s python client
 and would like to
ask for help on reviewing a PR. If you are familiar with python and have a
little time to spare, please review this PR: https://github.com/kubernetes-
incubator/client-python/pull/2

Thanks,
Mehdy

Mehdy Bohlool |  Software Engineer |  me...@google.com |  mbohlool@github


-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.