helm-eks-action icon indicating copy to clipboard operation
helm-eks-action copied to clipboard

The simplest Github Action for executing Helm commands on EKS - cluster authentication included

Results 5 helm-eks-action issues
Sort by recently updated
recently updated
newest added

``` Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp 127.0.0.1:8080: connect: connection refused ``` I'm doing the following to pass kubeconfig ``` - name: Set Kube Config run: | aws...

bug

Hi, pipelines are dropped with error: `/usr/bin/kubectl: line 1: syntax error: unexpected redirection` if i use kubectl in command line. All worked on friday.

bug

It appears you can no longer set `KUBE_CONFIG_DATA` as a single line string or you will get the following error: ``` Unable to process file command 'env' successfully. ``` In...

documentation

Hi! I'm getting the following error: ```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' &&...

See https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html i need this so I can run ``` eksctl create iamidentitymapping \ --cluster ${{ secrets.CLUSTER }} \ --region ${{ secrets.AWS_REGION }} \ --arn ${{ secrets.AWS_IAM_ROLE }} \ --group...