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

Adding custom keyboard layout support #60

Open
bigredutingal opened this issue Dec 1, 2021 · 1 comment
Open

Adding custom keyboard layout support #60

bigredutingal opened this issue Dec 1, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bigredutingal
Copy link

I think it might be useful to add keyboard layout support, perhaps via environment variable in dockerfile or via config file.

@ABeltramo ABeltramo added enhancement New feature or request good first issue Good for newcomers labels Dec 1, 2021
@bigredutingal
Copy link
Author

Found a workaround for those having the same problem and can't type their password correctly.

From your kubernetes master node or docker admin server :

kubectl exec -it -n <namespace> <pod_name> -c xorg -- bash

You will be inside xorg container, you can then do setxkbmap, in my case setxkbmap fr do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants