Unit placement now supported

Using Juju to deploy a Kubernetes charm, you can now specify a placement directive using the standard Juju --to syntax.

Right now, we support a node selector placement based on matching labels. The labels can be either a built-in label or any user defined label added to the node.

Example

juju deploy mariadb-k8s --to kubernetes.io/hostname=somehost