Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add readiness probe to kuryr controller pod | Luis Tomas Bolivar | 2017-11-08 | 1 | -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 kuryr | Seungcheol Ko | 2017-10-24 | 1 | -3/+3 |
| | |||||
* | Initial Kuryr support | MichaĆ Dulko | 2017-10-20 | 9 | -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> |