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: add pulsar config volume mount in scheduler #327

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

JiangtianLi
Copy link
Contributor

@JiangtianLi JiangtianLi commented Sep 17, 2024

Pull Request Template

Description

Please include a summary of the changes and the related issue (if any). Describe your changes in detail to help reviewers understand your contribution.

  • What is the purpose of this PR?

This PR fixes the issue where the scheduler installed by the operator misses the Pulsar config in order to authenticate to Pulsar.

  • What was changed?

This PR adds the Pulsar volume and volume mount to the scheduler deployment in the scheduler controller.

  • Why was it changed?

The change is because of the missing Pulsar config in the scheduler deployment, when Pulsar config is specified in Application config.

  • Does this address any existing issues or enhancement requests?

This PR addresses an existing issue.

Fixes # (issue)

Type of change

Please select the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code Style Update (formatting, renaming)
  • Refactor (code changes that do not fix a bug or add a feature)
  • Documentation Update
  • Other (please describe):

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions to reproduce these tests. List any relevant details for your test configuration.

  • Test Configuration:

    • Kubernetes Version: v1.28.3
    • Helm Version: v3.15.1
    • OS: Ubuntu 22.04
  • Test Steps:

    1. make test-unit
    2. make test-integration
    3. install armada-operator and armada in a Kubernetes cluster, and the scheduler is able to authenticate to Pulsar.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

Signed-off-by: Jiangtian Li <jiangtianli@hotmail.com>
@dejanzele dejanzele merged commit 2f4236e into armadaproject:main Sep 25, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants