Closed dfajmon closed 4 months ago
@dfajmon: This pull request references Jira Issue OCPBUGS-34323, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dfajmon Once this PR has been reviewed and has the lgtm label, please assign davemulford for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@dfajmon: all tests passed!
Full PR test history. Your PR dashboard.
we decided to use must-gather image instead.
@dfajmon: This pull request references Jira Issue OCPBUGS-34323. The bug has been updated to no longer refer to the pull request using the external bug tracker.
Related jira ticket https://issues.redhat.com/browse/OCPBUGS-34323
Local-storage-operator and secrets-store-csi-driver-operator must-gather plugins now have a copy of common.sh from must-gather repo. If there is a bugfix in that script, we must copy it manually.
We decided the most optimal way for us to have the script up to date is using go vendoring and making the collection-scripts as a go package. This means we need to add go file, marking it as a package.
We are already using this trick in Build Machinery Go where we add it to go.mod and import it in dir Dependency magnet and the scripts (in this example makefiles) are downloaded.