You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IDEasy kubectl user on Mac x64 I expect kubectl version to run properly.
Actual behavior
bash-3.2$ ide kubectl version
Updates are available for the settings repository. If you want to pull the latest changes, call ide update.
Client Version: v1.30.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Internal error: Undefined error handling THROW_CLI
Running command '/Users/Username/.rd/bin/kubectl' with arguments 'version'
failed with exit code 1!
Running command '/Users/Username/.rd/bin/kubectl' with arguments 'version'
failed with exit code 1!
Error: IDEasy failed with exit code 1
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Run ide kubectl version
Related/Dependent Issues
Comments/Hints:
Affected version:
OS: Mac x64
IDEasy: 2024.12.001-beta-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Whenever you call a tool prefixed by ide and that fails then test the same command without ide as a proxy command in front. If that works then there is a bug in IDEasy otherwise not.
Maybe the installation is not sane but here you most probably have Rancher-Desktop not running or you did not enable kubernetes at all. In such cases this is normal behaviour.
Expected behavior
As an IDEasy kubectl user on Mac x64 I expect
kubectl version
to run properly.Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
de kubectl version
Related/Dependent Issues
Comments/Hints:
Affected version:
The text was updated successfully, but these errors were encountered: