summaryrefslogtreecommitdiffstats
path: root/roles/kuryr/templates/controller-deployment.yaml.j2
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.
* Initial Kuryr supportMichaƂ Dulko2017-10-201-0/+40
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>