I use ubuntu 20.04 (focal) and need use kubernetes but the official package is kubernetes-xenial
and the snap version is broken and no have support.
How to create a command for install automatic last compatible version of deb file kubernete?
The address of packages is https://packages.cloud.google.com/apt/dists but i need create a bash script to detect the latest package directory, but the directory listing not contains the date of each file.
Need make a switch statement from bash with all ubuntu versions and modify when canonical add a new release?