futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[Deployment] Comprehensive Update for K8s Yaml and Scripts #529

Closed kevin-zhonghao closed 3 years ago

kevin-zhonghao commented 3 years ago

This PR updates the K8s deployment yaml and scripts and fixes miscellaneous issues in API GW/DPM/RM/SM.

codecov-io commented 3 years ago

Codecov Report

Merging #529 (2f39703) into master (c7b0bae) will decrease coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #529      +/-   ##
============================================
- Coverage     35.10%   35.02%   -0.09%     
+ Complexity     1154     1150       -4     
============================================
  Files           471      471              
  Lines         11442    11427      -15     
  Branches       1465     1464       -1     
============================================
- Hits           4017     4002      -15     
- Misses         6883     6884       +1     
+ Partials        542      541       -1     
Impacted Files Coverage Δ Complexity Δ
...urewei/alcor/route/controller/RouteController.java 52.87% <ø> (ø) 7.00 <0.00> (ø)
...ewei/alcor/subnet/controller/SubnetController.java 54.69% <100.00%> (-2.62%) 13.00 <0.00> (-3.00)
...alcor/elasticipmanager/dao/ElasticIpAllocator.java 63.81% <0.00%> (ø) 48.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c7b0bae...2f39703. Read the comment docs.

kevin-zhonghao commented 3 years ago

All comments have been solved. Ready to review again