openstack-helm
openstack-helm copied to clipboard
PROJECT HAS MOVED TO OPENSTACK
The stackanetes-entrypoint image consistently leveraged runs into issues with DAEMONSET dependencies, and has trouble with config file dependencies. These should be documented in this issue subsequently but I do not...
http://kubernetes.io/docs/admin/disruptions/ This ensures that operators can safely drain nodes without having to understand all the complexity underneath. Services that would require this and likely require "minAvailable:" would be: - ceph...
In order to get rid of Daemonsets We should use a Deployments which use NodeAffinity/PodAffinity/PodAnti-Affinity. Thanks to this approach we would be able to use only two kinds of labels...