Skip to content

Commit

Permalink
Whoa EKSctl works on us-east-1 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Quijano committed Apr 25, 2024
1 parent 0d8d901 commit 559bcb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eks-config/single-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: ppdt
region: us-east-2
region: us-east-1
version: "1.29"

# Node Groups show up on AWS console
Expand Down
1 change: 0 additions & 1 deletion src/main/java/weka/finito/client.java
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ public void run() {
feature.set_client_port(connection_port);
}
feature.set_client_ip(client_ip);
;

int level = 0;
try(ServerSocket level_site_listener = createServerSocket(feature.get_client_port())) {
Expand Down

0 comments on commit 559bcb2

Please sign in to comment.