Arnould Gateaux

Results 10 comments of Arnould Gateaux

> Where are you getting the Calico manfiest to install from for these clusters? Are you using BYO manifests or the install mechanisms supplied by GKE / AKS? I'm using...

Ok thank you, I'll reach Google and Microsoft customers' support in that cas.

Thanks. For the creation, the definition stage already supports the 'withVersion', to specify the Kubernetes version. That's just for the update, the update stage doesn't offer this feature. Present here:...

Regarding the kubernetes version, as mentioned in my question ticket, if I may: For the creation, the definition stage already supports the 'withVersion', to specify the Kubernetes version. That's just...

Here is an exception raised by Fabric8 KubernetesClient while trying to create a CRD not already existing, using serverSideApply (`kubernetesClient.resource(crd).serverSideApply();`): `Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: PATCH at: https://localhost:53860/apis/apiextensions.k8s.io/v1/customresourcedefinitions/apps.paasas.io?fieldManager=fabric8. Message: Not...

It's the Fabric8 KubernetesServer, embedded during JUnit tests.

Ok so we could rename my request to support serverSideApply in the mock server ;)