зеркало из https://github.com/Azure/aks-engine.git
feat: Update Antrea version to v1.3.0 (#4729)
Upgrading Antrea version to v1.3.0. Also fixed documentation links. Signed-off-by: Rahul Jain <reachjainrahul@gmail.com>
This commit is contained in:
Родитель
5ef2792a5d
Коммит
0454558939
|
@ -83,7 +83,7 @@ The kubernetes-antrea deployment template enables Antrea networking and policies
|
|||
}
|
||||
```
|
||||
|
||||
Antrea also supports `NetworkPolicyOnly` mode with Azure CNI. In this mode, Antrea will enforce Network Policies using OVS and Azure CNI will take care of Networking. The kubernetes-antrea deployment template enables Azure Networking and Antrea Network Policies for the AKS Engine via `"networkPolicy": "antrea"` and optional `"networkPlugin": "azure"` being present inside the `kubernetesConfig`. For more details regarding Antrea NetworkPolicyOnly mode, please refer to [this](https://github.com/vmware-tanzu/antrea/blob/master/docs/policy-only.md).
|
||||
Antrea also supports `NetworkPolicyOnly` mode with Azure CNI. In this mode, Antrea will enforce Network Policies using OVS and Azure CNI will take care of Networking. The kubernetes-antrea deployment template enables Azure Networking and Antrea Network Policies for the AKS Engine via `"networkPolicy": "antrea"` and optional `"networkPlugin": "azure"` being present inside the `kubernetesConfig`. For more details regarding Antrea NetworkPolicyOnly mode, please refer to [this](https://antrea.io/docs/v1.3.0/docs/design/policy-only/).
|
||||
|
||||
|
||||
```json
|
||||
|
@ -97,4 +97,4 @@ Antrea also supports `NetworkPolicyOnly` mode with Azure CNI. In this mode, Antr
|
|||
|
||||
### Post installation
|
||||
|
||||
For the latest documentation on Antrea, please refer to [this](https://github.com/vmware-tanzu/antrea).
|
||||
For the latest documentation on Antrea, please refer to [this](https://antrea.io/docs/main/).
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -24,7 +24,7 @@ const (
|
|||
ciliumCleanStateImageReference string = "docker.io/cilium/cilium-init:2018-10-16"
|
||||
ciliumOperatorImageReference string = "docker.io/cilium/operator:v1.4"
|
||||
ciliumEtcdOperatorImageReference string = "docker.io/cilium/cilium-etcd-operator:v2.0.5"
|
||||
antreaControllerImageReference string = "antrea/antrea-ubuntu:v0.6.0"
|
||||
antreaControllerImageReference string = "projects.registry.vmware.com/antrea/antrea-ubuntu:v1.3.0"
|
||||
antreaAgentImageReference = antreaControllerImageReference
|
||||
antreaOVSImageReference = antreaControllerImageReference
|
||||
antreaInstallCNIImageReference = antreaControllerImageReference
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче