CloudNativer
CloudNativer
> @cloudnativer Apologies for delay in reverting back. I am focussing on getting 1.0 release out so hence the delay. Will leave comment in the PR OK。
> Adding some context to the problem. Kube-router's implementation of network load balancer is based on [Ananta](http://conferences.sigcomm.org/sigcomm/2013/papers/sigcomm/p207.pdf) and [Maglev](https://www.usenix.org/system/files/conference/nsdi16/nsdi16-paper-eisenbud.pdf). In both the models there are set of dedicate load balancer...
According to the requirements of murali-Reddy, we split the document and code: - The documentation for solving this problem is here: https://github.com/cloudnativelabs/kube-router/pull/944 . - The code to solve this problem...
> 我想自定义端口,安装的端口可能需要修改端口 6443我想更换端口 The current version (Contains v0 8.0-beta and below v0.7.*) does not support modifying 6443 port temporarily.
We will support them in the official version of 0.8.0. This is our roadmap: https://github.com/cloudnativer/kube-install/blob/master/docs/roadmap.md
New version v0 8.0 has been released, and the new version supports custom `6443` port installation. You can get the new version of the installation package here: https://github.com/cloudnativer/kube-install/releases/tag/v0.8.0
What is the detailed version of the operating system, the CNI plug-in selected, and the kube-install version? Is there any restriction on the network from the k8s-master to the k8s-node?
Has this k8s-node performed the action of adding repeatedly? You can try delnode and addnode again.
This is because the version of `kube-dashboard` is too low. In addition to the search feature, other features should be available.
If you use the version of `kube-install 0.7*`, you can upgrade manually using the following methods: ``` docker pull cloudnativer/kubernetes-dashboard-amd64:v2.4.0 temptag=`cat /etc/docker/daemon.json | grep 5000 | cut -d "\"" -f...