volcano-sh / devices

Device plugins for Volcano, e.g. GPU
Apache License 2.0
97 stars 41 forks source link

Patch Pod Annotations to Fix Potential Error #45

Open papillonyi opened 1 year ago

papillonyi commented 1 year ago

Fix bug causing potential pod error by using patch for annotations

This pr switches from using 'update' to 'patch' when setting pod annotations. The previous 'update' approach was found to potentially cause pod errors. By using 'patch', we now only modify the specific fields that have changed, preventing the previous issue and improving efficiency.