Add conntrack required for k8s 1.18.x

Change-Id: I8c85e11ad984fa283139b3d71d52bc7c3fb8e900
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-10-06 13:27:13 -05:00 committed by Andrii Ostapenko
parent f5caa0c7da
commit 9d7d4e4ba6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ sudo -E apt-get install -y \
rbd-nbd \
nfs-common \
bridge-utils \
conntrack \
iptables
sudo -E tee /etc/modprobe.d/rbd.conf << EOF