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
The main aim of JKube is to support most Helm operations without the need to download or use the helm CLI tool.
However, there are some operations that are only available through the usage of the client.
Provide the required architecture to be able to execute arbitrary helm commands.
We should also download the helm executable for the current platform so we make sure we're running a compatible CLI binary.
Note
We should download a specific CLI binary that we are sure works with JKube.
We should not rely on the user's PATH binary, or at most rely on this as a fallback.
2024-02-01 Update
After successful initial tests with https://github.com/manusa/helm-java, we can leverage this tool for the initial preview phase of the new Helm-related goals and tasks.
This provides native access to the Helm CLI library without the need for a Helm CLI.
By using this API we should be able to comply with this NFR and be able to provide any missing functionality for our Helm feature-set.
Description
The main aim of JKube is to support most Helm operations without the need to download or use the
helm
CLI tool.However, there are some operations that are only available through the usage of the client.
Provide the required architecture to be able to execute arbitrary
helm
commands.We should also download the
helm
executable for the current platform so we make sure we're running a compatible CLI binary.Note
We should download a specific CLI binary that we are sure works with JKube.
We should not rely on the user's PATH binary, or at most rely on this as a fallback.
2024-02-01 Update
After successful initial tests with https://github.com/manusa/helm-java, we can leverage this tool for the initial preview phase of the new Helm-related goals and tasks.
Required GitLab issues:
Once the IP due diligence is ready, we can add the dependency to the project:
/jkube-kit/parent/pom.xml
/pom.xml
The text was updated successfully, but these errors were encountered: