magnum/contrib/drivers/k8s_opensuse_v1
Bertrand NOEL 2a4ad9aa41 Make Kubernetes pods' health checks configurable
Make Kubernetes' kube-controller-manager and kube-scheduler
health checks configurable as a parameter to the cluster-template
(label).
Set their value higher for all deployments. And set their value
to a high number for tests, for the CI.

Change-Id: I65e2da12487c513419125f0525a4e21bac22210e
Closes-Bug: 1648826
2017-01-26 20:02:52 +00:00
..
templates Make Kubernetes pods' health checks configurable 2017-01-26 20:02:52 +00:00
README.md Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
__init__.py Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
driver.py [suse] Sync with cluster drivers 2016-10-21 11:45:16 +05:30
setup.py [suse] Update copyright/ownership information 2016-10-25 22:22:36 +02:00
template_def.py Merge "[suse] Allow k8s cluster without floating ip" 2016-12-15 20:35:01 +00:00
version.py [suse] Update k8s_opensuse_v1 driver 2017-01-06 03:26:54 +00:00

README.md

Magnum openSUSE K8s driver

This is openSUSE Kubernetes driver for Magnum, which allow to deploy Kubernetes cluster on openSUSE.

Installation

1. Install the openSUSE K8s driver in Magnum

  • To install the driver, from this directory run:

     `python ./setup.py install`
    

2. Enable driver in magnum.conf

  enabled_definitions = ...,magnum_vm_opensuse_k8s

2. Restart Magnum

Both Magnum services has to restarted magnum-api and magnum-conductor