futurewei-cloud / alcor

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

[K8s Deployment] Improve deployment configuration and scripts #693

Closed yanmo96 closed 2 years ago

yanmo96 commented 2 years ago

This PR modifies the Alcor deployment scripts for k8s environment.

yanmo96 commented 2 years ago

It will create ignite pods first, and set them to activate. Then create pods for other micro services.

xieus commented 2 years ago

Looks pretty decent change. @yanmo96 please also check in new scripts if any, and update the description session about what has been proposed in this PR.

A good example, see PR #694 .

yanmo96 commented 2 years ago

Looks pretty decent change. @yanmo96 please also check in new scripts if any, and update the description session about what has been proposed in this PR.

A good example, see PR #694 .

Will do

xieus commented 2 years ago

This PR modifies the Alcor deployment scripts for k8s environment.

  • Deploy and activate the Ignite DB before starting others services.
  • Clean up Ignite k8s namespace as a part of k8s cluster cleanup process
  • Minor change of rewriting existing code to enhance the deployment process.
  • Remove legacy unused files related to the k8s deployment.

Thanks for adding the description. I update the description a bit. Please take a look @yanmo96