Robbie Cronin
Robbie Cronin
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Increases Unit Test coverage for `pkg/capabilities` to 100% by adding test...
Details can be found at: https://github.com/kubernetes/website/pull/47089
This PR addresses the concerns raised in issue #47111 regarding the potential misunderstanding of component distribution in Kubernetes clusters, particularly the presence of kubelet and kube-proxy on control plane nodes....
# Description of the PR Fixes #2037 # PR Checklist - [x] All commits have [a Developer Certificate of Origin (DCO)](https://wiki.linuxfoundation.org/dco) -- they are generated using `-s` flag to `git...
# Description of the PR This is my attempt at progressing #1279 cc @ridhoq I think this feature is still one we want to add long-term Partial fix for #298,...
# Description of the PR Fixes #2240 Some notes: - I intended to restrict this PR to refactoring only instead of altering functionality, so if there is any change to...
# Description of the PR Splitting out #2243 into two PRs, this one being the more aspirational change because it attempts to refactor more of the CLI towards modularity. Some...
# Description of the PR Fixes #298 FYI: this branch is rebased onto #2185 so that will need to be merged before this one. I think this is the correct...
**Describe the solution you'd like** This proposal aims to allow GUAC backends to be developed and maintained out-of-tree, similar to how Kubernetes transitioned its cloud providers. This approach could be...
Adds fallback mechanisms to the apk and apt based package managers Closes #980 Should be merged after #978