summaryrefslogtreecommitdiffstats
path: root/src/arm
AgeCommit message (Collapse)AuthorFilesLines
2019-05-28Fixed issue that running kube-proxy fail on Macbinjialv011-5/+71
This issue trigged by lack of kernel module needed to run iptables. Change-Id: I8e31024b0e524d766a10994d15b1acfa4e83fb33 Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
2019-01-29MACCHIATObin kernel config for edgeJianlin Lv3-0/+668
Recompile MACCHIATObin kernel image meet the edge system requirements and provid a script to facilitate the build of the kernel image. Change-Id: I5edbaa880d49853c9ee769d38e80e1df05ab7133 Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
2018-08-30Add Kubernetes VPP Vhostuser Deployment Scenario on arm64 platformtrevortao4-0/+69
Add the deployment of Kubernetes VPP Vhostuser scenario with the help of Compass installer on arm64 platform, which would enable the containers and VPP vswitch communication with virtio-vhostuser interface. Change-Id: I84531dd3730f94a7910f2f5615a193420fdad73f Signed-off-by: trevortao <trevor.tao@arm.com>
2018-08-02src/arm: add k8s cni deployment tasksYibo Cai28-0/+673
Deploy Multus, SRIOV, Vhostuser(VPP+DPDK) with CRD. Change-Id: I787d5fd61c75f17d50fbaf8f86c08bdc44c557b8 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-05-23enable image building for openwrt demoBin Lu18-0/+864
Change-Id: Id464f064e9a7c4a55244c3cec4b3303a4ed0a889 Signed-off-by: Bin Lu <bin.lu@arm.com>
2018-02-08enable sriov cni deployement in container4nfvBin Lu4-0/+88
Change-Id: I55fb7a536539a26c1800f9cf4da1e61749ee3bca Signed-off-by: Bin Lu <bin.lu@arm.com>
2018-01-25Add Kubernetes deployment scenario with 2 Flannel interfacestrevortao4-0/+98
1. README file 2. Deployement scripts Change-Id: I1f99ba77e803c8bbc5c40ae783b32ff0c7218375 Signed-off-by: trevortao <trevor.tao@arm.com>
2018-01-25Add Kubernetes deployment scenario for arm servertrevortao6-0/+230
1. README.rst: installation guide 2. Scenario1: Kubernetes_basic, a basic Kubernetes cluster with 2 nodes and Flannel CNI plugin, including the deployment scripts, and an example use case We may add more Kubernetes scenarios in the future Change-Id: I3a0189533fdf99f0a80fd76c9e6cf96ff4a7e9f0 Signed-off-by: trevortao <trevor.tao@arm.com>