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

Fix nil panic introduced by installer rework #620

Merged
merged 2 commits into from
Mar 9, 2022

Conversation

0sewa0
Copy link
Contributor

@0sewa0 0sewa0 commented Mar 8, 2022

Description

this bug was introduced when the extraction/rework of the installer in the csi driver happend. If the processmoduleconfig endpoint is not present on the tenant we would get a nil panic in the csi provisioner no matter what.

How can this be tested?

In a new cluster, with a tenant that doesn't have the processmoduleconfig endpoint, deploy cloudNative, the csi driver should not panic and should mount the volume successfully. (if hostGroup is used it should be added to the ruxitagentproc.conf)

Checklist

  • Unit tests have been updated/added
  • PR is labeled accordingly

@0sewa0 0sewa0 added the bug Something isn't working label Mar 8, 2022
@0sewa0 0sewa0 requested a review from a team March 8, 2022 15:53
@0sewa0 0sewa0 enabled auto-merge (squash) March 9, 2022 10:22
@0sewa0 0sewa0 merged commit 90d6275 into master Mar 9, 2022
@0sewa0 0sewa0 deleted the bugfix/process-module-default branch March 9, 2022 10:26
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 this pull request may close these issues.

None yet

2 participants