When deploying Bindy in Kubernetes 1.36.2 using the bindy CLI 0.5.2, the following warning is reported for the Bind9Clusters CRD:
Warning: unrecognized format "uint32"
There seems to be a related issue in the Kubernetes SIGS: controller-gen: Why uint32/uint64 are mapped to int32/int64? - kubernetes-sigs/controller-tools
In the issue, someone reports that Kubernetes is based on OpenAPI 3.0. uint32 isn't part of the spec: OpenAPI Specification v3.0.0 - Data Types, that would explain the warning.
FYI I'm deploying Bindy in a Talos Linux 1.13.5 test cluster in QEMU VMs, and instead of using the CLI, I generated YAML from dry runs of bindy bootstrap operator and bindy bootstrap scout then split the YAML in individual files with the slice plugin installed with krew. That's so I can push that version of Bindy to git as a kustomization and deploy it GitOps-style with Flux CD.
We met at the CNCF Québec meetup on June 10th, BTW. I really like the idea of Bindy. I was going to use CoreDNS in my home network (Talos on 3 mini PCs), but after having seen Bindy, that's what I'm going to use, it's so much simpler and fits perfectly in Kubernetes. I'm also considering using it at work. 😁
When deploying Bindy in Kubernetes 1.36.2 using the
bindyCLI 0.5.2, the following warning is reported for the Bind9Clusters CRD:There seems to be a related issue in the Kubernetes SIGS: controller-gen: Why uint32/uint64 are mapped to int32/int64? - kubernetes-sigs/controller-tools
In the issue, someone reports that Kubernetes is based on OpenAPI 3.0.
uint32isn't part of the spec: OpenAPI Specification v3.0.0 - Data Types, that would explain the warning.FYI I'm deploying Bindy in a Talos Linux 1.13.5 test cluster in QEMU VMs, and instead of using the CLI, I generated YAML from dry runs of
bindy bootstrap operatorandbindy bootstrap scoutthen split the YAML in individual files with thesliceplugin installed withkrew. That's so I can push that version of Bindy to git as akustomizationand deploy it GitOps-style with Flux CD.We met at the CNCF Québec meetup on June 10th, BTW. I really like the idea of Bindy. I was going to use CoreDNS in my home network (Talos on 3 mini PCs), but after having seen Bindy, that's what I'm going to use, it's so much simpler and fits perfectly in Kubernetes. I'm also considering using it at work. 😁