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

Running kubefirst changes my stty settings #2176

Open
1 task done
mwoodpatrick opened this issue May 12, 2024 · 3 comments
Open
1 task done

Running kubefirst changes my stty settings #2176

mwoodpatrick opened this issue May 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mwoodpatrick
Copy link

Which version of kubefirst are you using?

kubefirst-cli golang utility version: v2.4.6

Which cloud provider?

k3d (local)

Which DNS?

None specific

Which installation type?

CLI

Which distributed Git provider?

GitHub

Did you use a fork of gitops-template?

No

Which Operating System?

None specific

What is the issue?

Running the following kubefirst command:

kubefirst k3d create --cluster-name kubefirst_test1 --github-user mwoodpatrick --git-provider github

changes my stty settings so nothing is displayed to my terminal until I run:

tset

Changes seen in stty settings (stty -a)

 diff stty.kubefirst stty.orig
6c6
< -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff
---
> -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
9c9
< -isig -icanon -iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
---
> isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt

Not all kubefirst commands do this e.g.:

kubefirst version

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mwoodpatrick mwoodpatrick added the bug Something isn't working label May 12, 2024
@fharper
Copy link
Member

fharper commented May 13, 2024

@mwoodpatrick: thanks for reporting this issue. I can replicate this, but I have no idea why we would modify stty settings, so let me check with the engineering team.

@mwoodpatrick
Copy link
Author

Any updates on this issue?

@fharper
Copy link
Member

fharper commented May 27, 2024

@fharper no sorry, the team is quite swamped at the moment, and didn't have time to investigate to find what is changing stty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants