knuu icon indicating copy to clipboard operation
knuu copied to clipboard

Use supported Kubernetes Version instead of latest

Open smuu opened this issue 2 years ago • 1 comments

https://github.com/celestiaorg/knuu/blob/cb478fc1fb7786f527776aec4680cb8a30bf1abb/pkg/knuu/knuu.go#L92

Currently, the latest image is used, which could cause issues with compatibility. Instead, use an image with the supported Kubernetes version.

Ref.: https://github.com/celestiaorg/knuu/issues/29

smuu avatar Jun 26 '23 12:06 smuu

create a function to get the k8s version from API and return it, then, use the value to generate the image name

tty47 avatar Jul 04 '24 13:07 tty47