This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Description
The command here: https://www.appmeshworkshop.com/mesh_nodejs/install_appmesh_controller/ right after the sentence "Now install App Mesh Controller into the appmesh-system namespace using the project’s Helm chart, specifying the service account you just created" does not work. it Returns:
Error: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
Workaround - use helm v3.8.2
curl -L https://git.io/get_helm.sh | bash -s -- --version v3.8.2
And to make sure that this will work you need to use kubectl Client Version: v1.16.8