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

Add microk8s.inspect? #28

Open
sed-i opened this issue Feb 23, 2022 · 1 comment
Open

Add microk8s.inspect? #28

sed-i opened this issue Feb 23, 2022 · 1 comment
Labels
good first issue Good for newcomers Priority: Medium Type: Enhancement New feature or request

Comments

@sed-i
Copy link
Contributor

sed-i commented Feb 23, 2022

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()
@simskij
Copy link
Member

simskij commented Mar 7, 2022

This whole action will be moved to https://github.com/canonical/charming-actions/, so i'll just go ahead and transfer the issue there.

@simskij simskij transferred this issue from canonical/charm-logdump-action Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Priority: Medium Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants