summaryrefslogtreecommitdiffstats
path: root/roles/kuryr
Commit message (Collapse)AuthorAgeFilesLines
* Add readiness probe to kuryr controller podLuis Tomas Bolivar2017-11-081-0/+7
| | | | | | | | This commits adds a readiness probe to the kuryr controller when the kuryr ports pool functionality is enabled. This way the controller will not be set as ready until all the pre-created ports have been loaded into their respective pools and are ready to be used by the pods.
* Fix typo and add detailed comments in kuryrSeungcheol Ko2017-10-241-3/+3
|
* Initial Kuryr supportMichaƂ Dulko2017-10-209-0/+694
This commit enables deploying Kuryr networking on top of OpenShift in containers. kuryr-controller is a Deployment and kuryr-cni is deployed as DaemonSet (container will drop all CNI configuration files). Co-Authored-By: Antoni Segura Puimedon <celebdor@gmail.com>