The Wayback Machine - https://web.archive.org/web/20210210002853/https://github.com/linkerd/linkerd2/issues/5703
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

Set the opaque-port config setting viam cmd #5703

Open
barkardk opened this issue Feb 9, 2021 · 1 comment
Open

Set the opaque-port config setting viam cmd #5703

barkardk opened this issue Feb 9, 2021 · 1 comment

Comments

@barkardk
Copy link

@barkardk barkardk commented Feb 9, 2021

What problem are you trying to solve?

When injecting linkerd into manifests that use the SSF protocol it would be nice to be able to do so via am cli flag
just like

linkerd inject --skip-inbound-ports=3306 --skip-outbound-ports=3306 -

for this setting

Any alternatives you've considered?

Via pipelines the linkerd properties would be set in the manifests already so this is not crucial feature
You can always edit the manifest manually also after linkerd inkect and add this

annotations:
  config.linkerd.io/opaque-ports: 3306

How would users interact with this feature?

it would be great to be able to run something similar to

linkerd- inject --opaque-ports=3306  -
@adleong
Copy link
Member

@adleong adleong commented Feb 10, 2021

This is a great idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants