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 1e8cafa commit 28024a6Copy full SHA for 28024a6
.github/workflows/build-and-publish.yml
@@ -31,7 +31,10 @@ jobs:
31
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
32
tags: tag:ci
33
- run: sudo tailscale up --accept-dns --accept-routes --advertise-tags=tag:ci --hostname=github-actions
34
- - uses: kubernetes-actions/setup-kubectl@v1
+ - name: kubectl
35
+ run: |
36
+ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
37
+ sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
38
- name: kubeconfig
39
run: |
40
mkdir -p ~/.kube
0 commit comments