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

Missing ipv6_disabled field in the CRD #1356

Closed
git-hyagi opened this issue Sep 20, 2024 · 0 comments · Fixed by #1358
Closed

Missing ipv6_disabled field in the CRD #1356

git-hyagi opened this issue Sep 20, 2024 · 0 comments · Fixed by #1358
Labels
bug Something isn't working

Comments

@git-hyagi
Copy link
Collaborator

Describe the bug
In PR #1353 we added the ipv6_disabled field, but forgot to push the CRD manifest changes (there is only the update in the CSV), which will not allow users to define the field in the running Pulp CR.

To Reproduce
Steps to reproduce the behavior:
Install the operator and create a CR with the following:

spec:
   ipv6_disabled: true

Verify that the ipv6_disabled field will not be present in the “running” CR, so the pods will still keep crashing in case the nodes does not support ipv6.

Additional context
For installations of the operator from source, the following should fix this issue:

cd <pulp-operator directory>
make generate manifests install
@git-hyagi git-hyagi added the bug Something isn't working label Sep 20, 2024
git-hyagi added a commit to git-hyagi/pulp-operator that referenced this issue Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant