Xianglong Wang

Results 24 comments of Xianglong Wang

k. I may think about refactoring the yaml utility too since we have the dynamic client now

/assign We did not take ```CRD``` into consideration when the ```create_from_yaml``` function is rolled out. I'll need to investigate a little about how ```kubectl``` handles this and then will get...

Hi @rSrkn, there are talks of moving ```kubectl apply``` onto the server side so that we won't we supporting it in this client. If you're talking about just creating it...

Is it possible that you use kubectl to create the yaml file / object? To create the custom resource definition, you can try the extensions API but there’s a big...

Sorry, I meant the author of the issue sugggests*

/lifecycle frozen In progress to change the backend to the dynamic client so that we can fit custom resources.

Check out kubernetes-client/gen#52. Like all the situations when the status None is reported, the call is actually performed.

The same behavior has been long documented and the fix is on the server side. I think it’s coming in Kubernetes v1.17.