Vercel + Kubernetes + NextJS, cannot instal gke-gcloud-auth-plugin
Unanswered
Spectacled Caiman posted this in #help-forum
Spectacled CaimanOP
Hi guys, I have a problem with the installation of the gke-gcloud-auth-plugin plugin from Kubernetes (I need this plugin for my auth to Kubernetes).
Locally everything is working fine, I'm using "@kubernetes/client-node", but on my Vercel deployment I cannot install this plugin because Vercel doesn't have a terminal where I can run the following command:
gcloud components install gke-gcloud-auth-plugin
I tried to run this command using "install-plugin.sh" file, but it didn't work.
So, maybe someone else had experience with Vercel + Kubernetes with using the gke-gcloud-auth-plugin?
Locally everything is working fine, I'm using "@kubernetes/client-node", but on my Vercel deployment I cannot install this plugin because Vercel doesn't have a terminal where I can run the following command:
gcloud components install gke-gcloud-auth-plugin
I tried to run this command using "install-plugin.sh" file, but it didn't work.
So, maybe someone else had experience with Vercel + Kubernetes with using the gke-gcloud-auth-plugin?