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
Also, "exposing services" can be ambiguous, normally it refers to services created on the van, but sometimes refers to the object you're exposing, maybe best handled by something like:
When you expose services on the service network, Skupper provides a default name for that service as follows:
Kubernetes object
Default service name
Notes
deployment
Deployment name
Use --address <name> for custom service names
service
None
Specify the resulting service name using --address <name>
Rather than relying on https://skupper.io/docs/cli-reference/skupper_expose.html to show users what objects you can expose on the service network, it would be better to express the limits up front to users.
The text was updated successfully, but these errors were encountered: