We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeff5ac commit 85cbd16Copy full SHA for 85cbd16
1 file changed
_scripts/install.sh
@@ -130,6 +130,7 @@ function install_components {
130
echo -e "\\033[32m---> Waiting for helm to install components...\\033[0m"
131
api_server=(`kubectl config view -o=jsonpath='{.clusters[0].cluster.server}' | tr "://" " "`)
132
helm install cilium drycc/cilium \
133
+ --set tunnel=geneve \
134
--set operator.replicas=1 \
135
--set bandwidthManager=true \
136
--set kubeProxyReplacement=strict \
0 commit comments