We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a77e3 + aedcb84 commit 03f3aa9Copy full SHA for 03f3aa9
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/setup-bdc-ad.sh
@@ -226,9 +226,9 @@ sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
226
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
227
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
228
229
-echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.conf
230
-echo net.ipv6.conf.default.disable_ipv6=1 > /etc/sysctl.conf
231
-echo net.ipv6.conf.lo.disable_ipv6=1 > /etc/sysctl.conf
+echo net.ipv6.conf.all.disable_ipv6=1 >> /etc/sysctl.conf
+echo net.ipv6.conf.default.disable_ipv6=1 >> /etc/sysctl.conf
+echo net.ipv6.conf.lo.disable_ipv6=1 >> /etc/sysctl.conf
232
233
234
sysctl net.bridge.bridge-nf-call-iptables=1
0 commit comments