We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm getting the following error: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
for the following action:
- name: Deploy to test cluster if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: koslib/helm-eks-action@master env: KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_TEST }} with: command: helm upgrade --atomic --install --values "operations/kubernetes/acme-service/configuration/test/environment-values.yaml" --namespace "acme-service-test" --set "nutrition.version=$REVISION_TAG" --wait --timeout 600s acme-service-test ./operations/kubernetes/acme-service
Is there anything that I could change/improve?
I tried to pin version of koslib/helm-eks-action to v1.25.2 and v1.22.0, but this didn't help.
v1.25.2
v1.22.0
The text was updated successfully, but these errors were encountered:
This could be related with your kube config file actually.
I'd recommend these steps:
aws eks update-kubeconfig --name <cluster>
cat ~/.kube/config | base64
Let me know if this worked.
Sorry, something went wrong.
Using version 1.25.2 solves the issue for me. Doesn't seem like a kubeconfig issue
@roy-vitrainer could be two different issues - let's see how does that work out for @kalinowski5
No branches or pull requests
Hi!
I'm getting the following error:
Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
for the following action:
Is there anything that I could change/improve?
I tried to pin version of koslib/helm-eks-action to
v1.25.2
andv1.22.0
, but this didn't help.The text was updated successfully, but these errors were encountered: