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

[BUG]: Operator offline bundle doesn't prepare registries correctly #1574

Closed
atye opened this issue Nov 8, 2024 · 1 comment
Closed

[BUG]: Operator offline bundle doesn't prepare registries correctly #1574

atye opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
area/csm-operator type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@atye
Copy link
Contributor

atye commented Nov 8, 2024

Bug Description

When preparing the bundle like so:

bash scripts/csm-offline-bundle.sh -p -r registry.com:5000

There are multiple lines in deploy/operator.yaml which have docker.io like this:

        - name: RELATED_IMAGE_csi-isilon
          value: 'docker.io/registry.com:5000/csi-isilon:v2.11.0'

The csm-offline-bundle.sh script needs to be fixed so that it properly prepares the supplied registry in all relevant files.

Logs

bash scripts/csm-offline-bundle.sh -p -r registry.com:5000

There are multiple lines in deploy/operator.yaml which have docker.io like this:

        - name: RELATED_IMAGE_csi-isilon
          value: 'docker.io/registry.com:5000/csi-isilon:v2.11.0'

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

Prepare offline bundle
See faulty image references in deploy/operator.yaml

Expected Behavior

Proper image references

CSM Driver(s)

CSM Operator

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

NA

Operating System

NA

@atye atye added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Nov 8, 2024
@atye atye self-assigned this Nov 8, 2024
@atye atye added area/csm-operator and removed needs-triage Issue requires triage. labels Nov 8, 2024
@atye
Copy link
Contributor Author

atye commented Nov 8, 2024

link: 29601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csm-operator type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

2 participants