iamasmith
iamasmith
### Brief summary This is more of an FYI Your build tooling appears to be adding an empty 32 byte layer each time it encounters a USER directive in the...
Based on the PR by @pl4nty this goes further. # Hostnames annotation feature for services Instead of a single hostname we add an annotation external-mdns.blakecovarrubias.com/hostnames which can take a comma...
Currently external-mdns is working farily well in my home lab for which I used metallb as a LoadBalancer so it's closer to the Cloud Environments I actually work with. A...
#### Summary I found an initially worrying set of events being logged with various public ranges from calico-node - stock install with microk8s on 22.04 LTS. They look like this.....
### Description https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/concepts.md#basic-labels Describes labels that are used by Hierarchical Namespace Controller, each label, and there can be multiples of on a namespace depending on where it is within the...
ambient failures in CNI with microk8s on Ubuntu 22.04 possibly due to ipv6 compatibility addresses
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
Thanks for putting in the effort to create this btw!, I really appreciate it. I actually got a link to this when I was beginning to design my own exporter...
Scenario, I have Cloudnative PostgreSQL using a PV on an iSCSI Lun. CNPG controls the lifecycle of the database pods directly itself (not deployment or statefulset), whilst as an operator...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.12.2 Kubernetes provider version: 2.38.0 Kubernetes version: 1.32.4 ``` ### Affected Resource(s) kubernetes_manifest ### Terraform Configuration Files ```hcl resource...
I just wanted to check if you guys were amenable to a PR to cover adding support for kubectl debug on pods? I have something pretty much ready but my...