Related to #17, and a feature request that may involve changes on Juju's side. It would be nice if we could allow passing in of arbitrary K8s YAML that is blindly passed to kubectl apply -f. This would be an alternative to manually adding in support for various bits of infrastructure in pod_spec_set, which may lag behind upstream. See here for an example use case:
Related to #17, and a feature request that may involve changes on Juju's side. It would be nice if we could allow passing in of arbitrary K8s YAML that is blindly passed to
kubectl apply -f
. This would be an alternative to manually adding in support for various bits of infrastructure inpod_spec_set
, which may lag behind upstream. See here for an example use case:https://github.com/juju-solutions/bundle-kubeflow/blob/master/scripts/deploy-microk8s#L98