Linux/POWER support (was: Kubectl kui version command fails)
See original GitHub issueDescribe the bug I have been trying to build kui using the instructions mentioned here All steps till npm install work. The kui binary gets generated in the build folder however executing it results in the following error.
Steps to reproduce the behavior
1. git clone git@github.com:IBM/kui.git
2. export PATH=$PWD/kui/bin:$PATH
3. cd kui && npm install
4. kubectl kui version
Expected behavior If the kui binary has gotten built and no other dependency error seen, kui version command should work.
Screenshots
Code snippets All kui commands throw the following error:
kui
internal/modules/cjs/loader.js:628
throw err;
^
Error: Cannot find module '@kui-shell/core/main/main'
Require stack:
- /root/kui/bin/kui
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
at Function.Module._load (internal/modules/cjs/loader.js:527:27)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/root/kui/bin/kui:8:1)
at Module._compile (internal/modules/cjs/loader.js:777:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:788:10)
at Module.load (internal/modules/cjs/loader.js:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:840:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/root/kui/bin/kui' ]
}
System
- Kui version: kui-shell@2.0.5
- Operating system: arch: ppc64le distribution: Ubuntu 18.04
Issue Analytics
- State:
- Created 4 years ago
- Comments:37 (4 by maintainers)
Top Results From Across the Web
Linux/POWER support (was: Kubectl kui version command fails)
Describe the bug. I have been trying to build kui using the instructions mentioned here. All steps till npm install work.
Read more >Install and Set Up kubectl on Linux - Kubernetes
Install kubectl binary with curl on Linux. Download the latest release with the command: curl -LO "https:// ...
Read more >Kui: CLI-driven Graphics for Kubernetes
Kui takes your normal kubectl command line requests and responds with graphics. Instead of ASCII tables, you are presented with sortable ones.
Read more >Trident installation fails with error "could not find the ...
But when running the kubectl command, it works just fine. $ kubectl version Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.
Read more >Kubernetes/Tools - Ever changing code - CiscoLinux
Install kubectl if you don't already have a suitable version ... If you ever miss some commands you can use docker container package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can see clearly here: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1242633/8#message-c5f3749688197d8af28a4ac7446cec4d928a11fc
And for MIPS, it appears the only reason the merge happened is because that guy was on leave and wasnt here to interrupt it.
https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1064594/10#message-6c0734640a0c8117a0a44302f340bd38a2d31296
So I think we should either wait until that guy is on leave again or discuss with him that Chromium is used downstream and it’s not only about their direct consumers.
@fejta-bot: Closing this issue.
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.