Skip to content

Commit

Permalink
Merge pull request #4524 from gjtempleton/Charts-CA-Default-Priority-…
Browse files Browse the repository at this point in the history
…Class

Charts - CA - Default to system-cluster-critical priority class
  • Loading branch information
k8s-ci-robot authored Dec 22, 2021
2 parents 44982d5 + b41f40c commit fcd3e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.10.9
version: 9.11.0
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
| podAnnotations | object | `{}` | Annotations to add to each pod. |
| podDisruptionBudget | object | `{"maxUnavailable":1}` | Pod disruption budget. |
| podLabels | object | `{}` | Labels to add to each pod. |
| priorityClassName | string | `""` | priorityClassName |
| priorityClassName | string | `"system-cluster-critical"` | priorityClassName |
| priorityConfigMapAnnotations | object | `{}` | Annotations to add to `cluster-autoscaler-priority-expander` ConfigMap. |
| prometheusRule.additionalLabels | object | `{}` | Additional labels to be set in metadata. |
| prometheusRule.enabled | bool | `false` | If true, creates a Prometheus Operator PrometheusRule. |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ podLabels: {}
additionalLabels: {}

# priorityClassName -- priorityClassName
priorityClassName: ""
priorityClassName: "system-cluster-critical"

rbac:
# rbac.create -- If `true`, create and use RBAC resources.
Expand Down

0 comments on commit fcd3e31

Please sign in to comment.