Skip to content

Commit

Permalink
Removed debug echos
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Sep 20, 2024
1 parent 22ea542 commit 54b917f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubernetes/full-create-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USERNAME=$(whoami)

# Default values
DEFAULT_CLUSTER_NAME_SUFFIX="avs"
RUN_INSECURE=0 # Default value for insecure mode (false meaning secure with auth + tls)
RUN_INSECURE=1 # Default value for insecure mode (false meaning secure with auth + tls)

# Function to display the script usage
usage() {
Expand Down Expand Up @@ -116,7 +116,6 @@ generate_certs() {
-keyout "$BUILD_DIR/output/asd.aerospike.com.key" \
-subj "/C=UK/ST=London/L=London/O=abs/OU=Server/CN=asd.aerospike.com"

echo "1"
SVC_NAME="avs-gke-aerospike-vector-search.aerospike.svc.cluster.local" COMMON_NAME="avs.aerospike.com" openssl req \
-new \
-nodes \
Expand All @@ -126,7 +125,6 @@ generate_certs() {
-keyout "$BUILD_DIR/output/avs.aerospike.com.key" \
-subj "/C=UK/ST=London/L=London/O=abs/OU=Client/CN=avs.aerospike.com" \

echo "2"
SVC_NAME="avs-gke-aerospike-vector-search.aerospike.svc.cluster.local" COMMON_NAME="svc.aerospike.com" openssl req \
-new \
-nodes \
Expand Down

0 comments on commit 54b917f

Please sign in to comment.