Skip to content

Commit

Permalink
fix(config): fix up config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Kurz committed Feb 10, 2023
1 parent 5855513 commit 92ff66e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions hardeneks/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ rules:
applications:
- check_metrics_server_is_running
- check_vertical_pod_autoscaler_exists
cluster_autoscaling:
cluster_autoscaler:
- check_any_cluster_autoscaler_exists
- ensure_cluster_autoscaler_and_cluster_versions_match
- ensure_cluster_autoscaler_has_autodiscovery_mode
- use_separate_iam_role_for_cluster_autoscaler
- employ_least_privileged_access_cluster_autoscaler_role
- use_managed_nodegroups
scalability:
control_plane:
- check_EKS_version
Expand Down Expand Up @@ -74,12 +82,3 @@ rules:
- schedule_replicas_across_nodes
- run_multiple_replicas
- avoid_running_singleton_pods
data_plane:
networking:
vpc_subnets:
vpc_cni:
prefix_mode:
ipv6:
security_groups:
custom_networking:
load_balancing:

0 comments on commit 92ff66e

Please sign in to comment.