Skip to content

Commit

Permalink
get kubeconfig permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 6, 2023
1 parent ad0a28d commit f698a3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
# Kubectl is pre-installed in GitHub-hosted runners: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#tools
- name: Get Version and Nodes
run: |
kubectl version
kubectl get nodes
ls -la ${{ env.KUBECONFIG }}
# kubectl version
# kubectl get nodes
# - name: Checkout repository
# uses: actions/checkout@v4 # https://github.com/marketplace/actions/checkout
Expand Down

0 comments on commit f698a3d

Please sign in to comment.