What happened:
Using the codes at https://github.com/CentaurusInfra/arktos/tree/poc-2022-01-30 to create one node scale-up cluster with mizar, after the ip '23.0.0.0' is used to create default vpc 'system-default-network' and default subnet 'system-default-network-subnet', the same ip '23.0.0.0' is still used to create another different vpc 'aaa-default-network' and subnet 'aaa-default-network-subnet'.
What you expected to happen:
After the ip '23.0.0.0' is used to create default vpc 'system-default-network' and default subnet 'system-default-network-subnet', the same ip '23.0.0.0' should not be used to create another different vpc 'aaa-default-network' and subnet 'aaa-default-network-subnet'.
How to reproduce it (as minimally and precisely as possible):
Create scale-up with mizar environment by running "CNIPLUGIN=mizar ./hack/arktos-up.sh"
Creat default vpc 'system-default-network' and subnet 'system-default-network-subnet' using ip "23.0.0.0"
What happened: Using the codes at https://github.com/CentaurusInfra/arktos/tree/poc-2022-01-30 to create one node scale-up cluster with mizar, after the ip '23.0.0.0' is used to create default vpc 'system-default-network' and default subnet 'system-default-network-subnet', the same ip '23.0.0.0' is still used to create another different vpc 'aaa-default-network' and subnet 'aaa-default-network-subnet'.
What you expected to happen: After the ip '23.0.0.0' is used to create default vpc 'system-default-network' and default subnet 'system-default-network-subnet', the same ip '23.0.0.0' should not be used to create another different vpc 'aaa-default-network' and subnet 'aaa-default-network-subnet'.
How to reproduce it (as minimally and precisely as possible):
Create scale-up with mizar environment by running "CNIPLUGIN=mizar ./hack/arktos-up.sh"
Creat default vpc 'system-default-network' and subnet 'system-default-network-subnet' using ip "23.0.0.0"
Creat another vpc 'aaa-default-network' and subnet 'aaa-default-network-subnet' using ip "23.0.0.0"
Verify two VPCs and two subnets are created successfully, Mizar team Hong thinks this looks a bug.
Anything else we need to know?: The codes https://github.com/CentaurusInfra/arktos/tree/poc-2022-01-30 are used
Environment:
kubectl version
): 0.9.0cat /etc/os-release
): Ubuntu 20.04uname -a
): 5.11.0-1022-aws