Skip to content

Commit

Permalink
fix: add two-node provider option; tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jan 10, 2024
1 parent dc6bf12 commit a9fface
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export CLUSTER_PROFILE_UID= # if left blank, a cluster profile will be created
export CLUSTER_VIP= # choose an unassigned VIP

# image vars
export EARTHLY_BUILDKIT_CACHE_SIZE_MB=100000
export EARTHLY_BUILDKIT_CACHE_SIZE_MB=500000
export OCI_REGISTRY=${OCI_REGISTRY:-ttl.sh}
export STYLUS_BRANCH=${STYLUS_BRANCH:-two-node}
export PROVIDER_K3S_BRANCH=${PROVIDER_K3S_BRANCH:-2-node-health-checks}
Expand Down
2 changes: 1 addition & 1 deletion test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ cat <<EOF > build/user-data
#cloud-config
cluster:
providerConfig:
two-node: "true"
cluster-init: "no"
datastore-endpoint: "http://localhost:2379"
stylus:
Expand Down Expand Up @@ -385,7 +386,6 @@ function build_canvos() {
--CUSTOM_TAG=${STYLUS_HASH} \
--PE_VERSION=v${PE_VERSION}
docker push ${OCI_REGISTRY}/ubuntu:k3s-1.26.4-v${PE_VERSION}-${STYLUS_HASH}
docker push ${OCI_REGISTRY}/ubuntu:k3s-1.27.2-v${PE_VERSION}-${STYLUS_HASH}
}

function build_all() {
Expand Down

0 comments on commit a9fface

Please sign in to comment.