Skip to content

Commit 1a017f2

Browse files
Remove kubebox and kube-shell
1 parent b4fe451 commit 1a017f2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ ARG ARCH=amd64
2121

2222
RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
2323
ENV KUBECTL_VERSION v1.16.2
24-
ENV KUBEBOX_VERSION v0.6.1
2524
COPY --from=gotty-build /gotty /usr/bin/
2625
RUN apt-get update && \
27-
apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 less bash-completion unzip sysstat acl net-tools lrzsz iputils-ping telnet dnsutils wget vim python-pip && \
26+
apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 less bash-completion unzip sysstat acl net-tools lrzsz iputils-ping telnet dnsutils wget vim && \
2827
curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \
29-
curl -sLf https://github.com/astefanutti/kubebox/releases/download/${KUBEBOX_VERSION}/kubebox-linux > /usr/bin/kubebox && chmod +x /usr/bin/kubebox && \
3028
chmod +x /usr/bin/gotty && \
3129
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && \
3230
DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Benefit
1414

15-
Web Kubectl enables you to manage kubernetes credentials and run kubectl command in web browser, so that you don't have to install kubectl on your local PC or some other servers, furthermore Web Kubectl can be used for a team.
15+
Web Kubectl helps you to manage kubernetes credentials and run kubectl command in web browser, so that you don't have to install kubectl on your local PC or some other servers, furthermore Web Kubectl can be used for a team.
1616

1717
# Advantage
1818
- **Support multiple user and multiple Kubernetes clusters**:One deployment of Web Kubectl can be used for a team, all of the team members can use Web Kubectl simultaneously although they are connecting different Kubernetes clusters or different privileges.

0 commit comments

Comments
 (0)