Skip to content

Commit

Permalink
[fix] - kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsNatalie committed Apr 4, 2024
1 parent bda9f07 commit d3072c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
cpu: "2"
memory: "2000Mi"

# runs-on: [self-hosted, linux, x86, benchmark]
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x86, benchmark]
# runs-on: ubuntu-latest

container:
image: ghcr.io/romange/benchmark-dev:latest
Expand Down Expand Up @@ -72,7 +72,8 @@ jobs:
--name action || true
curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubectl
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
kubectl cluster-info --context kind-action --kubeconfig /github/home/.kube/config
docker ps -a
kubectl config set-cluster kind-action --server=https://action-control-plane:6443
# - name: Create k8s Kind Cluster
# uses: helm/[email protected]
Expand Down

0 comments on commit d3072c4

Please sign in to comment.