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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
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:
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
The text was updated successfully, but these errors were encountered: