We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31f1e8 + 261e199 commit a1e7e29Copy full SHA for a1e7e29
1 file changed
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-prereqs.sh
@@ -19,7 +19,7 @@ apt-get install -y kubelet=$KUBE_DPKG_VERSION kubeadm=$KUBE_DPKG_VERSION kubectl
19
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
20
21
. /etc/os-release
22
-if [ "$UBUNTU_CODENAME" == "bionic" ]; then
+if [ "$UBUNTU_CODENAME" = "bionic" ]; then
23
modprobe br_netfilter
24
fi
25
sysctl net.bridge.bridge-nf-call-iptables=1
0 commit comments