Use autoscaling/v2 instead of autoscaling/v2beta2 (#5833)
This commit is contained in:
@@ -466,7 +466,7 @@ func (s *APIServer) waitForResourceSync(ctx context.Context) error {
|
||||
"ingresses",
|
||||
"networkpolicies",
|
||||
},
|
||||
{Group: "autoscaling", Version: "v2beta2"}: {
|
||||
{Group: "autoscaling", Version: "v2"}: {
|
||||
"horizontalpodautoscalers",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user