canonical/charming-actions

Add `microk8s.inspect`?

オープン

#28 opened on 2022/02/23

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (28 件のフォーク)auto 404
Priority: MediumType: Enhancementgood first issue

Repository metrics

Stars
 (9 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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()

コントリビューターガイド