Harry Li
Harry Li
> That's not okay, because they will look like real names. We should likely instead convert them to something more like the old code with double underscores or similar. >...
Proposal: Replace MutatingAdmissionWebhook with MutatingAdmissionPolicy for Pod Scheduler Assignment
I just attemptd to write the `MutatingAdmissionPolicy` and `MutatingAdmissionConfiguration` files to replace the Go implementation. Everything works fine except for the `MutateAdmission` function, which involves adapting code for multiple GPU...
Proposal: Replace MutatingAdmissionWebhook with MutatingAdmissionPolicy for Pod Scheduler Assignment
> I’m currently facing the same issue. Since the implementation differs greatly for each device type, I’m considering implementing a separate policy for each device type to make maintenance easier....