You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If an existing service is exposed, using annotations only, the actual target are the
original selectors for that service and that is causing the mechanism to fail as it is
unable to determine the appropriate target type.
Along with that, the policy controller uses a mechanism to determine the target type
of a skupper service, by "guessing" what the type is, based on its exposed selectors,
or in case a target service (hostname) is used, then it assumes it is a service.
How To Reproduce
Enable policies, then through a Skupper Policy, allow only the exposure of a "deployment"
kind for your "my-service" resource name. Then expose an existing service, named my-service,
using annotations.
The policy controller will allow it to be exposed, as it is unable to infer the target type.
Expected behavior
Skupper should have an assertive way of determining the target type.
Environment details
Skupper CLI: 1.6.0
Platform: kubernetes, openshift
The text was updated successfully, but these errors were encountered:
Describe the bug
If an existing service is exposed, using annotations only, the actual target are the
original selectors for that service and that is causing the mechanism to fail as it is
unable to determine the appropriate target type.
Along with that, the policy controller uses a mechanism to determine the target type
of a skupper service, by "guessing" what the type is, based on its exposed selectors,
or in case a target service (hostname) is used, then it assumes it is a service.
How To Reproduce
Enable policies, then through a Skupper Policy, allow only the exposure of a "deployment"
kind for your "my-service" resource name. Then expose an existing service, named my-service,
using annotations.
The policy controller will allow it to be exposed, as it is unable to infer the target type.
Expected behavior
Skupper should have an assertive way of determining the target type.
Environment details
The text was updated successfully, but these errors were encountered: