liqiang-fit2cloud
liqiang-fit2cloud
Thanks for response. I am using 0.6.1. I will try sudo strace -p
The strace log is attached. [strace_kubebox.log](https://github.com/astefanutti/kubebox/files/3813990/strace_kubebox.log)
I think adding a new environment variable GOTTY_CREDENTIAL_FILE that specifies a password file which contains multiple usernames and passwords in lines will be ok. Integration with LDAP is a little...
Hi, [v2.11.0](https://github.com/KubeOperator/webkubectl/releases/tag/v2.11.0) has just been released to support multi username and password. Usage: `docker run --name="webkubectl" -p 8080:8080 -v /tmp/webkubectl.passwd:/opt/webkubectl.passwd -e GOTTY_CREDENTIAL_FILE=/opt/webkubectl.passwd -d --privileged kubeoperator/webkubectl`  You can have a...
Hi Jain, > we have many openshift clusters and we want to give this tool to people who wish to run some kubectl command from the backend how we can...
Never tried but I think the token and server of oc is valid to webkubectl.  But kubectl is only used with standard Kubernetes API and resources in OpenShift. See...
you can try, I suppose it works fine.
Seems oc cli requires glibc, you have to change base image. https://github.com/openshift/origin/issues/11135
Sorry we have no plan to support oc cli.
Hi there, The token is temporarily stored in the memory of webkubectl server by default, so for multiple replicas you have two solutions. 1. Use ip_hash or any other sticky...