Kubernetes installation on tx2 fails

The following packages have unmet dependencies:
kubelet : Depends: socat but it is not installable
Depends: ebtables but it is not installable
Depends: conntrack but it is not installable
E: Unable to correct problems, you have held broken packages.

Im having the above output while using

sudo apt-get install -y -q kubelet=1.17.5-00 kubectl=1.17.5-00 kubeadm=1.17.5-00

Im following the steps in this blog post.

Please help me install kubernetes on jetson tx2 board.

Hi,

Are you using JetPack4.4 (rel-32.4.3)?
Kubernetes can be installed in our environment without issues.

$ sudo apt-get install -y -q kubelet=1.17.5-00 kubectl=1.17.5-00 kubeadm=1.17.5-00
...
The following packages will be upgraded:
  kubeadm kubectl kubelet
3 upgraded, 0 newly installed, 0 to remove and 71 not upgraded.
Need to get 31.5 MB of archives.
After this operation, 91.1 kB of additional disk space will be used.
Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubelet arm64 1.17.5-00 [16.9 MB]
Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubectl arm64 1.17.5-00 [7557 kB]
Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubeadm arm64 1.17.5-00 [7005 kB]
Fetched 31.5 MB in 8s (3887 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 148995 files and directories currently installed.)
Preparing to unpack .../kubelet_1.17.5-00_arm64.deb ...
Unpacking kubelet (1.17.5-00) over (1.17.0-00) ...
Preparing to unpack .../kubectl_1.17.5-00_arm64.deb ...
Unpacking kubectl (1.17.5-00) over (1.17.0-00) ...
Preparing to unpack .../kubeadm_1.17.5-00_arm64.deb ...
Unpacking kubeadm (1.17.5-00) over (1.17.0-00) ...
Setting up kubelet (1.17.5-00) ...
Setting up kubectl (1.17.5-00) ...
Setting up kubeadm (1.17.5-00) ...

Would you mind to check your system version and try it again?
Thanks.

Hi, I’m using jetpack version 4.4, which we downloaded and created new image few days ago.

R32 (release), REVISION: 4.3, GCID: 21589087, BOARD: t186ref, EABI: aarch64, DATE: Fri Jun 26 04:34:27 UTC 2020

It turns out I somehow blocked my sources list, fixed.