Closed pnovotnak closed 4 years ago
Also is this backwards incompatible? i.e will the old style of
nodeSelector: node-role.kubernetes.io/node: ""
continue to work after this change?
This is a backwards-incompatible change. New configuration uses a list of strings instead of a map, eg:
nodeSelector: - !node-role.kubernetes.io/master
Is there a due date for rolling this out to stable release? Thanks.
closes #25
This allows the use of selector expressions that are compiled into a single selector. From
k8s.io/apimachinery/pkg/labels/selector.go
: