Skip to content

Commit

Permalink
chore: remove the region check for eks (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei authored Oct 9, 2024
1 parent e984a02 commit 6a48d8f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pkg/cmd/kubeblocks/data/eks_hostpreflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ spec:
- hostUtility :
collectorName: eks-ctl
utilityName: eksctl
- clusterRegion :
providerName: eks
extendAnalyzers:
- hostUtility:
checkName: AWSCli-Check
Expand All @@ -30,18 +28,4 @@ spec:
- pass:
message: eksctl has been installed
- warn:
message: eksctl isn't installed
- clusterRegion:
checkName: Check-K8S-Region
regionNames:
- cn-northwest-1
- cn-north-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
outcomes:
- warn:
message: k8s cluster region doesn't belong to amazon china, be aware of the network reachability for cluster regions that located at East-Asia
- pass:
message: k8s cluster region belongs to amazon china/us
message: eksctl isn't installed

0 comments on commit 6a48d8f

Please sign in to comment.