Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kubernetes: correct install path | Dariusz Pelowski | 2017-10-17 | 1 | -1/+1 |
| | | | | | | | install needs to go to ${D}, not the host path, so we fix up the offending install lines. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | containers: introduce kubernetes orchestration | Bruce Ashfield | 2017-10-05 | 1 | -0/+98 |
Introducing the kubernets components for container orchestration. The packaging introduced here creates the framework for more advanced kubernetes configurations. By itself, it doesn't do much but it makes the components available to be configured and deployed as master/worker nodes. It integrates with the previously introduced cni and cri-o components available in meta-virt. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |