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
microk8s.inspect
Kubeflow charms also have microk8s.inspect which could be handy.
- name: Generate inspect tarball run: > sg microk8s <<EOF microk8s inspect | \ grep -Po "Report tarball is at \K.+" | \ xargs -I {} cp {} inspection-report-${{ strategy.job-index }}.tar.gz EOF if: failure() - name: Upload inspect tarball uses: actions/upload-artifact@v2 with: name: inspection-reports path: ./inspection-report-${{ strategy.job-index }}.tar.gz if: failure()
The text was updated successfully, but these errors were encountered:
This whole action will be moved to https://github.com/canonical/charming-actions/, so i'll just go ahead and transfer the issue there.
Sorry, something went wrong.
No branches or pull requests
Kubeflow charms also have
microk8s.inspect
which could be handy.The text was updated successfully, but these errors were encountered: