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
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ updates:
7
7
open-pull-requests-limit: 0# setting this to 0 means only allowing security updates, see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
| cloudProvider | string |`"aws"`| The cloud provider where the autoscaler runs. Currently only `gce`, `aws`, `azure`, `magnum`, `clusterapi`and `civo` are supported. `aws` supported for AWS. `gce` for GCE. `azure` for Azure AKS. `magnum` for OpenStack Magnum, `clusterapi` for Cluster API. `civo` for Civo Cloud. |
457
+
| cloudProvider | string |`"aws"`| The cloud provider where the autoscaler runs. Currently only `gce`, `aws`, `azure`, `magnum`, `clusterapi`, `civo`and `coreweave` are supported. `aws` supported for AWS. `gce` for GCE. `azure` for Azure AKS. `magnum` for OpenStack Magnum, `clusterapi` for Cluster API. `civo` for Civo Cloud. `coreweave` for CoreWeave. |
458
458
| clusterAPICloudConfigPath | string |`"/etc/kubernetes/mgmt-kubeconfig"`| Path to kubeconfig for connecting to Cluster API Management Cluster, only used if `clusterAPIMode=kubeconfig-kubeconfig or incluster-kubeconfig`|
459
459
| clusterAPIConfigMapsNamespace | string |`""`| Namespace on the workload cluster to store Leader election and status configmaps |
460
460
| clusterAPIKubeconfigSecret | string |`""`| Secret containing kubeconfig for connecting to Cluster API managed workloadcluster Required if `cloudProvider=clusterapi` and `clusterAPIMode=kubeconfig-kubeconfig,kubeconfig-incluster or incluster-kubeconfig`|
@@ -463,6 +463,7 @@ vpa:
463
463
| containerSecurityContext | object |`{}`|[Security context for container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
464
464
| customArgs | list |`[]`| Additional custom container arguments. Refer to https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-the-parameters-to-ca for the full list of cluster autoscaler parameters and their default values. List of arguments as strings. |
465
465
| deployment.annotations | object |`{}`| Annotations to add to the Deployment object. |
466
+
| dnsConfig | object |`{}`|[Pod's DNS Config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config)|
466
467
| dnsPolicy | string |`"ClusterFirst"`| Defaults to `ClusterFirst`. Valid values are: `ClusterFirstWithHostNet`, `ClusterFirst`, `Default` or `None`. If autoscaler does not depend on cluster DNS, recommended to set this to `Default`. |
467
468
| envFromConfigMap | string |`""`| ConfigMap name to use as envFrom. |
468
469
| envFromSecret | string |`""`| Secret name to use as envFrom. |
| prometheusRule.interval | string |`nil`| How often rules in the group are evaluated (falls back to `global.evaluation_interval` if not set). |
499
500
| prometheusRule.namespace | string |`"monitoring"`| Namespace which Prometheus is running in. |
500
501
| prometheusRule.rules | list |`[]`| Rules spec template (see https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#rule).|
502
+
| rbac.additionalRules | list |`[]`| Additional rules for role/clusterrole |
501
503
| rbac.clusterScoped | bool |`true`| if set to false will only provision RBAC to alter resources in the current namespace. Most useful for Cluster-API |
502
504
| rbac.create | bool |`true`| If `true`, create and use RBAC resources. |
503
505
| rbac.pspEnabled | bool |`false`| If `true`, creates and uses RBAC resources required in the cluster with [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) enabled. Must be used with `rbac.create` set to `true`. |
0 commit comments