devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
8 stars 20 forks source link

Implement ToolCommandlet for Kubernetes #81

Open hohwille opened 12 months ago

hohwille commented 12 months ago

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 to Docker without calling super.install(silent).

slskiba commented 2 months ago

Some work done at https://github.com/cwieschnat/IDEasy/tree/feature/81-implement-tool-commandlet-for-kubernetes