Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Helm install

This helm script installs the WebShell within a kubernetes cluster.

helm install webshell . -n shells --create-namespace
kubectl get secret webshell-tls -n istio-ingress
kubectl get gateway,virtualservice -n shells
helm upgrade webshell . -n shells 
helm uninstall webshell -n shells