* fix kubernetes example wrong link in readme
* fix typo in example deploy file
* fix bug that cause can't login with sshpipe name in kubernetes
* add pipe management in upstream kubernetes
* update errors format
commit 0af98df2e4d41989c451573a17e81c1f69998cfd
Author: Boshi Lian <farmer1992@gmail.com>
Date: Sun Oct 3 18:55:59 2021 +0000
add a working remote grpc server
commit a0acce4894fc9191ddb4c14f5cc669bca63bd920
Author: Boshi Lian <farmer1992@gmail.com>
Date: Tue Sep 28 11:33:40 2021 +0000
init grpc
* feat(kubernetes): Add new upstream
* feat(kubernetes): add example
* feat(kubernetes): update readme
* feat(kubernetes): add CRD
* feat(kubernetes): start of client crd go
* feat(kubernetes): Use external lib to connect to k8s
* feat(kubernetes): Update doc
* feat(kubernetes): fix example
* feat(kubernetes): use SshPipe same namespace for network routing
* feat(go): Lint
* feat(kubernetes): use SshPipe same namespace for network routing
* feat(kubernetes): Add ssh key explication
* feat(kubernetes): Add todo list
* feat(kubernetes): Add todo list
* feat(kubernetes): Update example to used loadbalancer service
* add ignore
* add initial password auth for db upstream driver
* handle unknown authtype with database driver
* use already present constants in switch
* add cmd line option to set authtype with db driver
* add mapping capabilities to database driver
* remove unused stuff
* further cleanup
* remove commented line
* fix a few issues with db structure
* remove unused struct
* fix pr comments