Skip to content

ftorto/k9s_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

k9s_update

Simple Updater for k9s (github repo here)

Description

This script updates k9s binary by comparing current release with the latest available release in github releases You can provide a specific version to fetch using the first parameter

The new version of k9s binary will be placed at ${HOME}/.local/bin. Make sure this path is available in $PATH

Installation

Create a link or copy k9s_update bash script to a location pointed by $PATH variable then you can call the script from anywhere.

Example:

cd k9s_update
ln -fs $(pwd)/k9s_update ${HOME}/.local/bin/k9s_update

Usage

# Update to latest version
k9s_update

# Update to specific version
k9s_update 0.5.0

Releases

No releases published

Packages

No packages published

Languages