Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for horizontalpodautoscaling (0.28 sec)

  1. cmd/kube-controller-manager/app/autoscaling.go

    )
    
    func newHorizontalPodAutoscalerControllerDescriptor() *ControllerDescriptor {
    	return &ControllerDescriptor{
    		name:     names.HorizontalPodAutoscalerController,
    		aliases:  []string{"horizontalpodautoscaling"},
    		initFunc: startHorizontalPodAutoscalerControllerWithRESTClient,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 01:37:36 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - The `horizontalpodautoscaling` and `clusterrole-aggregation` controllers now assume the `autoscaling/v1` and `rbac.authorization.k8s.io/v1` APIs are available. If you disable those APIs and do not want to run those controllers, exclude them by passing `--controllers=-horizontalpodautoscaling` or `--controllers=-clusterrole-aggregation` to `kube-controller-manager`. ([#117977](https://github.com/k...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top