Skip to content

CSPL-4715: fix empty pod name in ClusterManager bundle push#1849

Open
kubabuczak wants to merge 1 commit intodevelopfrom
CSPL-4715-fix-empty-pod-name-bundle-push
Open

CSPL-4715: fix empty pod name in ClusterManager bundle push#1849
kubabuczak wants to merge 1 commit intodevelopfrom
CSPL-4715-fix-empty-pod-name-bundle-push

Conversation

@kubabuczak
Copy link
Copy Markdown
Collaborator

Description

Fixes a 3.1.0 regression where PerformCmBundlePush receives a podExecClient with an empty targetPodName, causing Pod "" not found errors that block bundle push, app framework, and SmartStore config checks.

Key Changes

  • pkg/splunk/enterprise/clustermanager.go — set correct CM pod name on podExecClient at creation
  • pkg/splunk/enterprise/names.go — trailing whitespace cleanup

Testing and Verification

  • Existing unit tests pass

Related Issues

PR Checklist

  • Code changes adhere to the project's coding standards
  • Relevant unit and integration tests are included
  • Documentation has been updated accordingly
  • If test framework files were changed, docs/IntegrationTesting.md has been updated
  • All tests pass locally
  • The PR description follows the project's guidelines

Set targetPodName when creating podExecClient in ApplyClusterManager
so PerformCmBundlePush resolves the correct pod even when addTelApp
is skipped (telAppInstalled == true).
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.

1 participant