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 273151a commit a924840Copy full SHA for a924840
.github/workflows/build-and-deploy.yml
@@ -73,9 +73,10 @@ jobs:
73
aws eks update-kubeconfig \
74
--name rimworld-hay-calc-dev-eks \
75
--region ${{ vars.AWS_REGION }}
76
- # prove creds are alive
+
77
+ - name: DEBUG - Show Kubeconfig
78
+ run: cat ~/.kube/config
79
aws sts get-caller-identity
- aws eks get-token --cluster-name rimworld-hay-calc-dev-eks --region ${{ vars.AWS_REGION }}
80
kubectl version
81
kubectl get pods -A
82
0 commit comments