You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using a hardcoded kubectl version as we did with
kubewarden/kubectl image, migrate to `kuberlr-kubectl`.
kuberlr-kubectl image bundles several kubectl binaries that correspond
with the Kubernetes versions supported by Rancher. This simplifies
airgap installations.
In addition, kuberlr-kubectl will download a matching kubectl binary
if the Kubernetes API server is out of the Kubernetes version skew
policy of the kubectl binaries it bundles. This ensures we always
have a correct kubectl binary.
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
0 commit comments