File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ if [ "$k8s_platform" == "kind" ]; then
176
176
else
177
177
k3d cluster create -p " 9443:443@loadbalancer" --k3s-arg " --disable=traefik@server:*" kubeflex
178
178
sleep 15
179
- helm install ingress-nginx ingress-nginx --set " controller.extraArgs.enable-ssl-passthrough=" --repo https://kubernetes.github.io/ingress-nginx --version 4.11.3 --namespace ingress-nginx --create-namespace
179
+ helm install ingress-nginx ingress-nginx --set " controller.extraArgs.enable-ssl-passthrough=" --repo https://kubernetes.github.io/ingress-nginx --version 4.11.3 --namespace ingress-nginx --create-namespace --timeout 24h
180
180
fi
181
181
echo -e " \033[33m✔\033[0m Completed KubeFlex cluster with SSL Passthrough"
182
182
@@ -216,6 +216,7 @@ helm upgrade --install ks-core oci://ghcr.io/kubestellar/kubestellar/core-chart
216
216
--set-json=' ITSes=[{"name":"its1"}]' \
217
217
--set-json=' WDSes=[{"name":"wds1"},{"name":"wds2", "type":"host"}]' \
218
218
--set-json=' verbosity.default=5' \
219
+ --timeout=24h \
219
220
$var_flags
220
221
221
222
kflex ctx --set-current-for-hosting # make sure the KubeFlex CLI's hidden state is right for what the Helm chart just did
You can’t perform that action at this time.
0 commit comments