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

Add an --interface-names flag #342

Merged
merged 2 commits into from
Nov 2, 2021
Merged

Add an --interface-names flag #342

merged 2 commits into from
Nov 2, 2021

Conversation

ismith
Copy link
Contributor

@ismith ismith commented Nov 1, 2021

Our config lets you specify which network name to use for peers; this
flag makes it easier to discover what interfaces the binary has
available.

Example, on a locally-built image:

± docker run  -t ko.local/refinery:e2915c3075fd17b54c155f53b04acf0cff1a027a5610cc7bf25052d0725bd7ed --interface-names
lo
eth0

Our config lets you specify which network name to use for peers; this
flag makes it easier to discover what interfaces the binary has
available.

Example, on a locally-built image:
```
± docker run  -t ko.local/refinery:e2915c3075fd17b54c155f53b04acf0cff1a027a5610cc7bf25052d0725bd7ed --interface-names
lo
eth0
```
@ismith ismith requested a review from a team November 1, 2021 23:19
@ismith ismith added the type: enhancement New feature or request label Nov 1, 2021
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏻

Thanks for updating the flaky test timings too.

@ismith ismith merged commit 48470af into main Nov 2, 2021
@ismith ismith deleted the show-interfaces branch November 2, 2021 13:59
MikeGoldsmith added a commit that referenced this pull request Nov 9, 2021
* 'main' of github.com:honeycombio/refinery:
  prepare v1.6.0 release (#348)
  bump libhoney-go to v1.15.6 (#347)
  Use alpine as base image (#343)
  empower apply-labels action to apply labels (#344)
  Add an --interface-names flag (#342)

# Conflicts:
#	go.mod
#	go.sum
ghost pushed a commit to opsramp/tracing-proxy that referenced this pull request Jul 5, 2024
* Add an --interface-names flag

Our config lets you specify which network name to use for peers; this
flag makes it easier to discover what interfaces the binary has
available.

Example, on a locally-built image:
```
± docker run  -t ko.local/refinery:e2915c3075fd17b54c155f53b04acf0cff1a027a5610cc7bf25052d0725bd7ed --interface-names
lo
eth0
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants