kic-reference-architectures icon indicating copy to clipboard operation
kic-reference-architectures copied to clipboard

bug: microk8s / kubectl version incompatabilities

Open qdzlug opened this issue 2 years ago • 1 comments

Describe the bug The current version of microk8s (1.21) is too far removed from the current stable kubectl (1.24).

To Reproduce Steps to reproduce the behavior:

  1. Deploy on microk8s.
  2. Warning:
WARNING: version difference between client (1.23) and server (1.21) exceeds the supported minor version skew of +/-1
  1. Failure converting JWT into manifest for secret generation

Expected behavior Need an easy way to pin kubectl.

Your environment

  • n/a

Additional context n/a

qdzlug avatar Dec 13 '21 23:12 qdzlug

Note - the task kubectl is used for can be worked-around by changing kubectl -> microk8s.kubectl in the startup script. However, when we fix the problem we will need to use 1.24 compatible syntax (what we have does not work at that release level).

qdzlug avatar Dec 13 '21 23:12 qdzlug