You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Override create() and update() in K8sScale to use REPLACE_OP (PUT)
instead of CREATE_OP (POST) since scale subresources only support PUT
- Update ReplicaSetTest to use the correct scale() pattern that matches
StatefulSetTest implementation
- Scale operations now properly update the replica count on the cluster
Fixes integration test scaling errors where scale API was returning 404
for POST operations. Scale subresources require PUT to the resource's
scale path (e.g., /apis/apps/v1/namespaces/default/replicasets/{name}/scale).
Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
0 commit comments