diff options
author | Lijian Zhang <Lijian.Zhang@arm.com> | 2018-09-26 09:48:57 +0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-10-22 13:38:43 +0000 |
commit | 1cce271778aa01be785228e4bab077a7791d7ece (patch) | |
tree | 79556d1baeb08c04945527ec010928edc63bddd7 /docs | |
parent | 8f49936b20508d57968f01dcb18f8d31b1a58f3f (diff) |
add Contiv-VPP installation guidance on Aarch64
add Contiv-VPP installation guidance on Aarch64
Change-Id: I323c871d346c47396916a618934c5e169ee49212
Signed-off-by: Lijian Zhang <Lijian.Zhang@arm.com>
Reviewed-by: Song Zhu <Song.Zhu@arm.com>
Reviewed-by: Trevor Tao <Trevor.Tao@arm.com>
Reviewed-by: Sirshak Das <Sirshak.Das@arm.com>
Reviewed-by: Tina Tsou <Tina.Tsou@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usecases/contiv/MANUAL_INSTALL.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/usecases/contiv/MANUAL_INSTALL.md b/docs/usecases/contiv/MANUAL_INSTALL.md index 672a7b3fc8b..d91a83a610c 100644 --- a/docs/usecases/contiv/MANUAL_INSTALL.md +++ b/docs/usecases/contiv/MANUAL_INSTALL.md @@ -456,6 +456,15 @@ rm -rf /var/etcd/contiv-data rm -rf /var/bolt/bolt.db ``` +## Contiv-specific kubeadm installation on Aarch64 +Supplemental instructions apply when using Contiv-VPP for Aarch64. Most +installation steps for Aarch64 are the same as that described earlier in this +chapter, so you should firstly read it before you start the installation on +Aarch64 platform. + +Use the [Aarch64-specific kubeadm install instructions][18] to manually install +Kubernetes with Contiv-VPP networking on one or more bare-metals of Aarch64 platform. + [1]: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/ [3]: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#initializing-your-master [4]: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network @@ -470,3 +479,4 @@ rm -rf /var/bolt/bolt.db [15]: https://github.com/contiv/vpp/tree/master/docs/MULTI_NIC_SETUP.md [16]: https://github.com/contiv/vpp/tree/master/docs/SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files [17]: https://github.com/contiv/vpp/tree/master/k8s/README.md#setup-node-sh +[18]: https://github.com/contiv/vpp/blob/master/docs/arm64/MANUAL_INSTALL_ARM64.md |