Federico Paolinelli

Results 511 comments of Federico Paolinelli

@cyclinder did you manage to solve this? I see in your configuration that you have bfd enabled on metallb but not on the router

The manifest folder was moved under `config/manifests` to keep `config` as the only entry point for the various configurations. Manifests are still maintained, and we are now also exposing a...

> @fedepaol Thank you so much for your answer. That is perfect, I will follow the metallb changes on the Kubernetes deployment tool project(Kubespray). nice, thanks!

Hi all, just got back to work! We are gonna cut a new release in the next few days fixing this

Tried on a 4.6 cluster, not seeing this happening. Curiously enough, I am seeing 3 iterations of the webhook logs updating the CR happening before it stabilizes. In all of...

> Interesting. It looks like `Items:` is part of the JSONSchema for an array. It looks like the diff is between a nil pointer and an empty object. Any way...

The path seems to be spec.Validation.Properties["spec"].Properties["parameters].Properties["labels"]: ```   \tSpec: v1beta1.CustomResourceDefinitionSpec{   \t\t... // 2 identical fields   \t\tNames: v1beta1.CustomResourceDefinitionNames{Plural: \"k8srequiredlabels\", Singular: \"k8srequiredlabels\", Kind: \"K8sRequiredLabels\", ListKind: \"K8sRequiredLabelsList\", Categories: []string{\"constraint\"}},   \t\tScope: \"Cluster\",   \t\tValidation: &v1beta1.CustomResourceValidation{   \t\t\tOpenAPIV3Schema:...

This is getting a rabbit hole. So, I somewhat managed to get an ocp 3.11 version: ``` oc version Client Version: v4.2.0 Kubernetes Version: v1.11.0+d4cacc0 ``` The kubernetes version is...

Just to add that even in this case, despite the "updating" logs, the crd generation does not change, which makes me think that even in this case the updates are...

Hi @ahmetb , does this change make sense?