alcor icon indicating copy to clipboard operation
alcor copied to clipboard

Alcor: Cloud native SDN platform powered by Kubernetes and Istio

Results 100 alcor issues
Sort by recently updated
recently updated
newest added

1 Add Alcor security group in security group manager 2 Add Alcor security group in data plane manager

Hi `futurewei-cloud/alcor`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

1 Remove cache access from NCM gRPC client. 2 In data plane manager, if one port is L2 and L3 neighbor, add L2 and L3 neighbor state to goal state.

enhancement

As of right now, we can create nodes in bulk, but can only delete them one by one. Which will cause a lot of time for node deletion wait time.

Alcor routing does not using DVR mac address, it seems like it learned host mac to routing packet. Add dvr_mac to DPM and ACA in order to improve performance of...

In order to achieve automatic path switching, the VPC size needs to be obtained. However, in the current implementation (PR #742 ), the counting issue requires accessing both caches and...

Need to re-write Alcor k8s deployment script in ansible for ease of use, and enhanced reliability. Thus we can easily change configs on the go depending on env and for...

enhancement

1. Configure cluster and network configuration to meet the requirements on using Metrics Server: * Metrics Server must be reachable from kube-apiserver by container IP address (or node IP if...

deployment and upgrade
k8s

In the services/network_config_manager/src/main/java/com/futurewei/alcor/netwconfigmanager/client/gRPC/GoalStateClientImpl.java, the GS gRPC client calls the ResourceStateCache service which further access Resource State Cache. Ideally, we would like to have a gRPC client free of any database/cache...

enhancement