Skip to content

Commit

Permalink
test: minikube script
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Jul 9, 2024
1 parent e7267a3 commit 2d77c38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/e2e/run_minikube_reset.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

# The number of nodes to spin up. Defaults to 1.
# The number of nodes to spin up.
# Defaults to 1.
NODES="${NODES:-"1"}"
# --cpus='2':
# Number of CPUs allocated to Kubernetes. Use "max" to use the maximum number of CPUs.
# Number of CPUs allocated to Kubernetes.
# Use "max" to use the maximum number of CPUs.
CPUS="${CPUS:-"max"}"
# The Kubernetes version that the minikube will use
# Ex: v1.2.3, 'stable' for v1.23.3, 'latest' for v1.23.4-rc.0)
Expand Down

0 comments on commit 2d77c38

Please sign in to comment.