Missing package added. 18/618/1
authorSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Mon, 6 May 2019 07:52:44 +0000 (09:52 +0200)
committerSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Mon, 6 May 2019 07:57:33 +0000 (09:57 +0200)
- In docker-build/hyperkube/Dockerfile the
contrack-tools package was missing,
which resulted proxier.go errors
when tried to call conntack.
- Also added .gitreview for ease of use.

Change-Id: I7282280fa710665d51c958df83ad3af6bc387fbe
Signed-off-by: Szekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
.gitreview [new file with mode: 0644]
docker-build/hyperkube/Dockerfile

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..60142c2
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.akraino.org
+port=29418
+project=ta/caas-kubernetes
+defaultremote=origin
index 4f3fe5b..54bd0df 100644 (file)
@@ -30,6 +30,7 @@ RUN useradd -u 144 -M -s /sbin/nologin kube \
 &&  yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
 &&  yum install -y --setopt=skip_missing_names_on_install=False \
       ${ceph_packages} \
+      conntrack-tools \
 \
 # Install kubernetes
 &&  chmod a+x /kube-apiserver \