Crane v0.8.0
How to upgrade
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/ensurance.crane.io_nodeqoss.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/ensurance.crane.io_podqoss.yaml
kubectl apply -f https://raw.githubusercontent.com/gocrane/helm-charts/crane-0.8.0/charts/crane/crds/topology.crane.io_noderesourcetopologies.yaml
helm repo update
helm upgrade -n crane-system --install crane crane/crane --version 0.8.0
What's Changed
- CI: add some tasks for issues and PR by @zsnmwy in #502
- fix craned deployment yaml by @szpnygo in #514
- fix the doc error about port-forward by @szpnygo in #517
- Update labeler.yml by @zsnmwy in #518
- Add developer-guide.md and some images. by @JaneConan in #512
- docs: instant page by @zsnmwy in #519
- feat: pkg-utils-time by @jxs1211 in #483
- fix cgroup driver name by @chenkaiyue in #521
- bugfix: fix rr selector error by @qmhu in #531
- add resources limits and requests by @sunnoy in #533
- refine cpu sorter of crane agent by @mfanjie in #487
- update README.md by @qmhu in #529
- fix the collect not use the config time by @szpnygo in #524
- adapt to nodeqos and podqos api by @mfanjie in #481
- Update schedule action determines logic & Add label selector in PodQOS by @chenkaiyue in #539
- fix some klog typo by @whitebear009 in #543
- update ensurance manifests by @chenkaiyue in #542
- Website for crane by @qmhu in #545
- make function GetPodTemplate and IsHPAControlledByEHPA more precise by @whitebear009 in #547
- pref: optimized nginx configuration by @lbbniu in #548
- Add extend memory in nodeResourceManager by @chenkaiyue in #541
- fix some typo in evpa and remove useless variable by @whitebear009 in #553
- fix(#515): fix k8s unit transform by @PatrickLai7528 in #555
- fix(#535): fix cluster edit modal error message incorrect by @PatrickLai7528 in #556
- 预测查询自定义及prometheus-adapter替代metric-adapter的实现 by @saikey0379 in #520
- feat(CI): docsy preview by @zsnmwy in #561
- add NRT collector by @Garrybest in #544
- Add live demo menu, use / to be root path by @qmhu in #564
- Local Env Setup by @qmhu in #567
- fix prediction without resource metrics by @saikey0379 in #568
- Idle Node recommender by @qmhu in #563
- Add docs for quick-start by @qmhu in #569
- Fix yaml display error by @qmhu in #571
- pkg-utils-vpa by @jxs1211 in #572
- feat: add idle node page by @PatrickLai7528 in #573
- docs: Update docs for recommendation framework by @qmhu in #576
- add cpumanager by @Garrybest in #574
- Watermark of cpu usage percent by @chenkaiyue in #552
- bugfix: fix rr label issue by @qmhu in #577
- Mem percent watermark by @chenkaiyue in #557
- bugfix: Add docs for recommend, revert expression change by @qmhu in #579
New Contributors
- @szpnygo made their first contribution in #514
- @JaneConan made their first contribution in #512
- @sunnoy made their first contribution in #533
Full Changelog: v0.7.0...v0.8.0