Huy Pham
Huy Pham
Adds support for configuring Security Posture. **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement containerattached: added `security_posture_config` field to `google_container_attached_cluster` resource ```
**What would you like to be added**: MultiKueue with ClusterProfile API requires a credentials plugin to be available to the kueue manager (see [KEP-5993](https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md)). Currently, there is no standardized way...
**What would you like to be added**: Currently, MultiKueueConfig requires a list of clusters. ``` apiVersion: kueue.x-k8s.io/v1beta2 kind: MultiKueueConfig metadata: name: multikueue-test spec: clusters: - multikueue-test-worker1 - multikueue-test-worker2 ``` When...
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...