diff --git a/test/cluster_capabilities/aks.yaml b/test/cluster_capabilities/aks.yaml index cf8a1186..cc3f68ed 100644 --- a/test/cluster_capabilities/aks.yaml +++ b/test/cluster_capabilities/aks.yaml @@ -7,6 +7,9 @@ capabilities: # Is it possible to borrow the cluster's signing key from the kube API server? clusterSigningKeyIsAvailable: false + # Will the cluster successfully provision a load balancer if requested? + hasExternalLoadBalancerProvider: true + # Does the cluster allow requests without authentication? # https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests anonymousAuthenticationSupported: false diff --git a/test/cluster_capabilities/eks.yaml b/test/cluster_capabilities/eks.yaml index 67fa6bbc..6d545f2f 100644 --- a/test/cluster_capabilities/eks.yaml +++ b/test/cluster_capabilities/eks.yaml @@ -7,6 +7,9 @@ capabilities: # Is it possible to borrow the cluster's signing key from the kube API server? clusterSigningKeyIsAvailable: false + # Will the cluster successfully provision a load balancer if requested? + hasExternalLoadBalancerProvider: true + # Does the cluster allow requests without authentication? # https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests anonymousAuthenticationSupported: true