1Panel-dev / webkubectl

Run kubectl command in Web Browser.
Apache License 2.0
854 stars 120 forks source link

Install Packages (e.g., Git, sudo, curl etc) in Webkubectl #52

Closed Meetsimar closed 2 months ago

Meetsimar commented 2 months ago

I’m using Webkubectl to manage my Kubernetes cluster and I need to install various packages such as Git or sudo. Could you please provide guidance on how to install packages or tools within Webkubectl? If there are specific steps or commands required, please include those details.

liqiang-fit2cloud commented 2 months ago

Hi, You can build your own docker image with below dockerfile.

FROM kubeoperator/webkubectl
RUN apk add --update --no-cache git or_any_other_packages