Standa Láznička

Results 92 comments of Standa Láznička

I found the original example including `inode_operations` in lkmpg for kernels 2.4.* here: https://tldp.org/LDP/lkmpg/2.4/html/lkmpg.html#AEN770 edit: also, the `struct inode_operations` seems to be documented here if anyone's looking for it -...

/hold there are at least 2 bugs in the code as proven by https://github.com/openshift/console/pull/13647

> Shall we close this and backport your other PR when it merges? yes, let's do that

Please try to minimize any use of controller-runtime, they are known to do things the weird way which oftentimes results in weird bugs. Have a look at how actual kubernetes...

For any new code such as this, I'd suggest checking the core Kube code first. Consider the Kube serving logic for the webhook too, to be consistent among your binaries....

per https://github.com/brancz/kube-rbac-proxy/issues/251: - [ ] structured logging

> The "Projected Volumes" [concept page (here)](https://deploy-preview-49955--kubernetes-io-main-staging.netlify.app/docs/concepts/storage/projected-volumes/#clustertrustbundle) has references to `certificates.k8s.io/v1alpha1/clustertrustbundles` and the feature state still shows _Alpha_ under clusterTrustBundle [section](https://deploy-preview-49955--kubernetes-io-main-staging.netlify.app/docs/concepts/storage/projected-volumes/#clustertrustbundle). We might want to update both to reflect the...

The job of a Kubernetes authorizer is to say whether a request was allowed or whether to delegate authorization further. There should be no "if you try your request a...