Olivier Levitt

Results 54 comments of Olivier Levitt

I'm okay with this as long as it's optional and configurable. Not every cluster exposes the API server publicly.

I think having `K8sPublicEndpoint.URL` defined in the region configuration may be enough to signify to the UI that it can display the "connect to kubernetes" tab. By the way, it...

Same error here, upgrading from `2.18.1` to `2.19.0` on a bare-metal cluster. So that's calico `v3.20.3` => `v3.22.3` (default versions of each kubespray tag). Nothing special on this cluster I...

Checking CRDs available on the cluster and related to calico : ``` gon@laboitemagique:~$ kubectl get crd | grep calico bgpconfigurations.crd.projectcalico.org 2020-10-22T09:47:27Z bgppeers.crd.projectcalico.org 2020-10-22T09:47:27Z blockaffinities.crd.projectcalico.org 2020-10-22T09:47:27Z clusterinformations.crd.projectcalico.org 2020-10-22T09:47:27Z felixconfigurations.crd.projectcalico.org 2020-10-22T09:47:27Z globalnetworkpolicies.crd.projectcalico.org...

A workaround that seems to work for us is commenting the `maxBlocksPerHost` directive in `roles/network_plugin/calico/templates/calico-ipamconfig.yml.j2` as it's not a required field according to https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api-provider-azure/crd.projectcalico.org/IPAMConfig/[email protected] (could not find any better source...

Also of note, we are running calico in etcd datastore mode (`calico_datastore: "etcd"`). From what we have seen reading the source code of Kubespray, calico CRDs installation / upgrade may...

My understanding is that this line will prevent applying the resource in the case of non-kdd datastore. Isn't that resource needed even in non-kdd datastore ? If so, this line...

Hi ! The spec for `values.schema.json` defines the "tabs" as JSON objects and not JSON array (see https://github.com/InseeFrLab/helm-charts-interactive-services/blob/main/charts/jupyter-pytorch/values.schema.json for example) so there is no ordering built-in the spec (json objects...

Exactly. I saw that aggregating is already implemented but this is about getting only the data (non aggregated) relevant to a specific namespace

I'm not sure I will be able to do a PR as I'm quite new to golang and may not have enough time to learn enough of it. I may...