Chauncey
Chauncey
**What happened**: Recently hashicorp [announced changes to some of its licenses](https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license). This issue is a place to assess the impact on Karmada. CNCF issue: https://github.com/cncf/foundation/issues/617 **What you expected to happen**:...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #272 **Special notes for your reviewer**: **Does...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: support GPU Utilization Metrics **Which issue(s) this PR fixes**: Fixes # **Special notes...
I introduced the `vendor `directory because, based on my experience, incorporating this directory into `git` allows for a quick review of `changes` in a certain `dependency library `without needing to...
When there are two pods at the same node, one pod A is set to `nvidia.com/priority: "0"`, and another pod B is set to `nvidia.com/priority: "1"`. Then I run the...
1. Increase the commonts of the code. 2. Merge duplicate codes into functions. 3. Reduce the nesting level of `if` statements.
Fixes: #35409 ```release-note CFP: Egress Gateway Additional NodeSelectors ```
### 1. Issue or feature description I only requested 1024 MiB of GPU memory for the pod, but in reality, it can use up to 30480 MiB of GPU memory....