Skip to content

Commit

Permalink
Install k8sgpt, #129
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 5, 2024
1 parent 1371f87 commit cf2a0d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
run: |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
- name: install k8sgpt
shell: bash
run: |
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.30/k8sgpt_386.deb
sudo dpkg -i k8sgpt_386.deb
- name: install sx-cnp-oss stack
env:
INSTALL_K3D_CLUSTER: "false"
Expand Down

0 comments on commit cf2a0d1

Please sign in to comment.