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

MeshService toggle in policy_yaml #1919

Closed
slonka opened this issue Oct 2, 2024 · 1 comment · Fixed by #1985
Closed

MeshService toggle in policy_yaml #1919

slonka opened this issue Oct 2, 2024 · 1 comment · Fixed by #1985
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Milestone

Comments

@slonka
Copy link
Contributor

slonka commented Oct 2, 2024

Description

On the last meeting with @lahabana we discussed changes to docs with relation to the changes to MeshService.

We would like to introduce a checkbox that would convert from "old style" MeshServcie:

  targetRef:
    kind: MeshService
    name: web_kuma-demo_svc_8080

To new style:

  targetRef:
    kind: MeshService
    namespace: kuma-demo
    name: web
    sectionName: http

It could look something like this:

image

We'd like the checkbox value to be persisted for each session.

We can supply the code to convert between the two. One thing that would be problematic is sectionName right?

This idea came from trying to figure out this issue: #1892.

@slonka slonka added triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Oct 2, 2024
@slonka
Copy link
Contributor Author

slonka commented Oct 7, 2024

triage: have the code be written in the new way and the plugin will convert this dynamically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
2 participants