Add hasExternalLoadBalancerProvider to AKS/EKS capabilities files
This commit is contained in:
parent
c2588cf035
commit
a084544f08
@ -7,6 +7,9 @@ capabilities:
|
|||||||
# Is it possible to borrow the cluster's signing key from the kube API server?
|
# Is it possible to borrow the cluster's signing key from the kube API server?
|
||||||
clusterSigningKeyIsAvailable: false
|
clusterSigningKeyIsAvailable: false
|
||||||
|
|
||||||
|
# Will the cluster successfully provision a load balancer if requested?
|
||||||
|
hasExternalLoadBalancerProvider: true
|
||||||
|
|
||||||
# Does the cluster allow requests without authentication?
|
# Does the cluster allow requests without authentication?
|
||||||
# https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
|
# https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
|
||||||
anonymousAuthenticationSupported: false
|
anonymousAuthenticationSupported: false
|
||||||
|
@ -7,6 +7,9 @@ capabilities:
|
|||||||
# Is it possible to borrow the cluster's signing key from the kube API server?
|
# Is it possible to borrow the cluster's signing key from the kube API server?
|
||||||
clusterSigningKeyIsAvailable: false
|
clusterSigningKeyIsAvailable: false
|
||||||
|
|
||||||
|
# Will the cluster successfully provision a load balancer if requested?
|
||||||
|
hasExternalLoadBalancerProvider: true
|
||||||
|
|
||||||
# Does the cluster allow requests without authentication?
|
# Does the cluster allow requests without authentication?
|
||||||
# https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
|
# https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
|
||||||
anonymousAuthenticationSupported: true
|
anonymousAuthenticationSupported: true
|
||||||
|
Loading…
Reference in New Issue
Block a user