Skip to content

Commit

Permalink
Remove kubebox and kube-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Nov 3, 2019
1 parent b4fe451 commit 1a017f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ ARG ARCH=amd64

RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
ENV KUBECTL_VERSION v1.16.2
ENV KUBEBOX_VERSION v0.6.1
COPY --from=gotty-build /gotty /usr/bin/
RUN apt-get update && \
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 && \
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 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \
curl -sLf https://github.com/astefanutti/kubebox/releases/download/${KUBEBOX_VERSION}/kubebox-linux > /usr/bin/kubebox && chmod +x /usr/bin/kubebox && \
chmod +x /usr/bin/gotty && \
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && \
DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Benefit

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.
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.

# Advantage
- **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.
Expand Down

0 comments on commit 1a017f2

Please sign in to comment.