We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897686f commit aee7ce5Copy full SHA for aee7ce5
.github/workflows/BuildApp.yaml
@@ -94,13 +94,9 @@ jobs:
94
# run: aws eks update-kubeconfig --region us-east-1 --name development
95
96
- name: get KubeConfig
97
- shell: bash
98
- run: |
99
- aws eks update-kubeconfig --region us-east-1 --name development > KUBE_CONFIG
100
- export KUBE_CONFIG=$KUBE_CONFIG >> $GITHUB_ENV
101
- kubectl config get-contexts
102
- kubectl config use-context arn:aws:eks:us-east-1:637423374452:cluster/development
103
- kubectl get nodes
+ uses: actions-hub/kubectl@master
+ with:
+ args: get nodes
104
105
# - uses: actions-hub/kubectl@master
106
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments