Skip to content

feat: Added namespace support for virtualService and destinationRule - #6868

Merged
kiranyadv merged 1 commit into
mainfrom
ns-fix
Nov 24, 2025
Merged

feat: Added namespace support for virtualService and destinationRule#6868
kiranyadv merged 1 commit into
mainfrom
ns-fix

Conversation

@kiranyadv

@kiranyadv kiranyadv commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

Description

Fixes #6869

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


Summary by Bito

  • This pull request introduces improvements to the Istio configuration templates by adding support for specifying namespaces in both the destination rule and virtual service YAML files.
  • The changes ensure that the namespace can be dynamically set based on the provided values, improving the flexibility of the deployment.
  • This enhancement allows for better resource management and organization within Kubernetes environments.
  • Overall, the changes touch on Istio configuration templates, specifically enhancing namespace support, which introduces flexibility in deployment.

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@sonarqubecloud

Copy link
Copy Markdown

@kiranyadv kiranyadv changed the title fix: added namesapce for vs and dr feat: added namesapce for vs and dr Nov 21, 2025
@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@kiranyadv kiranyadv changed the title feat: added namesapce for vs and dr feat: Added namespace support for virtualService and destinationRule Nov 21, 2025
@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

5 similar comments
@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@github-actions

Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@kiranyadv
kiranyadv merged commit 9cb5cc4 into main Nov 24, 2025
20 of 29 checks passed
@kiranyadv
kiranyadv deleted the ns-fix branch November 24, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add support for namespace in virtualService and DestinationRule

3 participants