futurewei-cloud / alcor

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

Added in namespace field for ansible deploy script #739

Closed yanmo96 closed 2 years ago

yanmo96 commented 2 years ago

This PR added in the "namespace" field for alcor services on k8s. Originally we don't need the "namespace" field when we deploy with shell script, since they are all in the default namespace. Now we want to switch use ansible deployment script, it need the "namespace" field in yaml. Since we can actually switch our "default" to other namespaces.

xieus commented 2 years ago

Now we want to switch use ansible deployment script, it need the "namespace" field in yaml. Since we can actually switch our "default" to other namespaces.

Good and detailed context.