We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1070f commit adc03abCopy full SHA for adc03ab
scripts/setup/setup.cfg
@@ -1,7 +1,7 @@
1
VHIVE_REPO='https://github.com/vhive-serverless/vhive'
2
-VHIVE_BRANCH='migrate-iptables-to-nftables'
+VHIVE_BRANCH='v1.8'
3
LOADER_REPO='https://github.com/vhive-serverless/invitro'
4
-LOADER_BRANCH='migrate-iptables-to-nftables'
5
-CLUSTER_MODE='firecracker' # choose from {container, firecracker, firecracker_snapshots}
+LOADER_BRANCH='main'
+CLUSTER_MODE='container' # choose from {container, firecracker, firecracker_snapshots}
6
PODS_PER_NODE=240
7
DEPLOY_PROMETHEUS=false
0 commit comments