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 d9748f8 commit f65d898
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,18 @@ jobs:
run: |
export KUBECONFIG=$HOME/.kube/config
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
kubectl_version: v1.28.0
cluster_name: action
config: .github/workflows/kind-config.yaml
kind create cluster \
--kubeconfig $KUBECONFIG \
--config=.github/workflows/kind-config.yaml \
--name action
kubectl cluster-info --context kind-action
# - name: Create k8s Kind Cluster
# uses: helm/[email protected]
# with:
# kubectl_version: v1.28.0
# cluster_name: action
# config: .github/workflows/kind-config.yaml


- name: Install the CRD and Operator
Expand Down

0 comments on commit f65d898

Please sign in to comment.