We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup K8sGPT
homelab/.github/workflows/deploy.yaml
Line 61 in 234f4b5
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
homelab/.github/workflows/deploy.yaml
Line 61 in 234f4b5
The text was updated successfully, but these errors were encountered: