leland knight

Results 153 comments of leland knight

Random guess, are all the capi pods deployed? Maybe you need to add labels to the namespaces to enable podsecurity? Not much to go on here. Watching the logs of...

Don't believe anyone when they tell you NFS or CIFS works with file locking. Inevitably you will experience data corruption. I recommend a solution such as longhorn or similar in...

The startup probe needs to be enabled by default and modified from using an httpGet to running a command that: - checks for initialization step is complete, such as checking...

Here's the technique I'm currently using, seems there must be a better way: 1. via the gui install the ldap plugin 2. via the gui configure the ldap plugin 3....

As humorous as this solution is, and entertaining to watch it work perfectly, this is the sort of thing that I wouldn't want to have to maintain long term ......

A CIFS share, aka a windows share (SMB), doesn't let you chmod a directory with permissions like 0700. I have a cifs share already setup with permissions that should work,...

also fixes https://github.com/vmware/load-balancer-and-ingress-services-for-kubernetes/issues/1367

Implementing the vmware bitnami common library & standards would also resolve this request: ``` dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: - bitnami-common version: 2.x.x ``` Established patterns to then...

running into this issue, after a power outage, my nfs nodeport or maybe it was a loadbalancer ip didn't come back up ... this is because it wasn't all done...

I was able to fix it by modifying line 87 in the build-utils file to be this: ``` if ! ( rpm -K --verbose --nosignature "${installer_destination}" | grep 'MD5 digest:...