Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove this step, and ensure any dependent step relies on KUBECONFIG env instead #633

Open
Tracked by #47
github-actions bot opened this issue Sep 2, 2024 · 0 comments
Open
Tracked by #47

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2024

# TODO: Remove this step, and ensure any dependent step relies on KUBECONFIG env instead

    steps:
      - name: ⚙️ Setup Flux
        uses: fluxcd/flux2/action@main
        # TODO: Make `Setup KSail` into a GitHub Action
      - name: ⚙️ Setup KSail
        run: |
          sudo wget -qO /usr/local/bin/ksail "https://getbin.io/devantler/ksail"
          sudo chmod +x /usr/local/bin/ksail
      - name: ⚙️ Setup Testkube
        uses: kubeshop/setup-testkube@v1
        # TODO: Make `Setup K8sGPT` into a GitHub Action
      - name: ⚙️ Setup K8sGPT
        run: |
          sudo wget -qO- "https://getbin.io/k8sgpt-ai/k8sgpt" | tar xvz
          sudo mv k8sgpt /usr/local/bin/k8sgpt
          sudo chmod +x /usr/local/bin/k8sgpt
        # TODO: Remove this step, and ensure any dependent step relies on KUBECONFIG env instead
      - name: 🛠️ Add kubeconfig to host
        run: |
          mkdir ~/.kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants