mirror of
https://github.com/rancher/rke.git
synced 2025-09-15 22:49:13 +00:00
Introduce ACI CNI network provider
ACI CNI supports k8s versions 1.18+ Added template and arguments for ACI CNI Disable cloud options for ACI. Separate generated code into another commit Signed-off-by: Kiran Shastri <shastrinator@gmail.com>
This commit is contained in:
@@ -380,7 +380,7 @@ func getAuthzConfig(reader *bufio.Reader) (*v3.AuthzConfig, error) {
|
||||
func getNetworkConfig(reader *bufio.Reader) (*v3.NetworkConfig, error) {
|
||||
networkConfig := v3.NetworkConfig{}
|
||||
|
||||
networkPlugin, err := getConfig(reader, "Network Plugin Type (flannel, calico, weave, canal)", cluster.DefaultNetworkPlugin)
|
||||
networkPlugin, err := getConfig(reader, "Network Plugin Type (flannel, calico, weave, canal, aci)", cluster.DefaultNetworkPlugin)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user