Issue
I would like to install kubectx on Ubuntu 20.04. I couldn't find any info on how to do it. Any comment is much appreciated. Thanks!
Solution
This package contains in deb http://ftp.de.debian.org/debian buster main
repo which is not available in ubuntu.
First you need to do add this to /etc/apt/sources.list
like below
#for kubectlx
deb [trusted=yes] http://ftp.de.debian.org/debian buster main
Then run
sudo apt-get update
Then you can install using this cmd.
sudo apt install kubectx
Answered By - cdev Answer Checked By - Pedro (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.