-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement ToolCommandlet for Kubernetes #81
Labels
Milestone
Comments
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Oct 17, 2024
added kubectl to help files added first install test (WIP) added test resources (WIP)
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Oct 18, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Oct 18, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Oct 18, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Oct 31, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Oct 31, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Nov 6, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Nov 6, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Nov 6, 2024
KianRolf
added a commit
to KianRolf/IDEasy
that referenced
this issue
Nov 20, 2024
hohwille
pushed a commit
that referenced
this issue
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create ToolCommandlet for Kubernetes (
kubectl
)Old commandlet:
https://github.com/devonfw/ide/blob/master/scripts/src/main/resources/scripts/command/kubectl
ATTENTION: Blocked by issue #16 that should be implemented first or together with this story.
NOTE: there is no installation for kubernetes/kubectl itself so we need to override
install(boolean)
and just delegate installation toDocker
without callingsuper.install(silent)
.The text was updated successfully, but these errors were encountered: