-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlanguage/go
Description
Current Behavior
This line identifies the reserved port number that this adapter is be listening on - https://github.com/layer5io/learn-layer5/blob/master/smi-conformance/main.go#L16. Currently, it is using port 10008. This needs to be changed to 10011.
Implementation
- Update
main.goin this repo so that the adapter listens on the specific port reserved for it, which is port 10011. - Update Meshery Docs so that the reserved network port documentation reflects use of port 10011- https://meshery.layer5.io/docs/architecture#network-ports
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlanguage/go