Kubeapps 0.1.2
This patch slightly improves the performance of the Dashboard:
- Monocular API pod limits have been removed and memory requests bumped, this prevents spurious restarts that interrupt the cache refresh process, speeding up the initial startup
- Cache refresh interval has been reduced from 1hr to 15m so charts from new repos show up faster
Installation
To install this release, download the client binary for your operating system:
Linux:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.1.2/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
OS X:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.1.2/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps