Marcel Sander

Results 12 issues of Marcel Sander

I have created a rule that should occur every year from 1st to 10th of december. Rule definition: RRULE:FREQ=MONTHLY;BYMONTHDAY=1,2,3,4,5,6,7,8,9,10 EXRULE:FREQ=YEARLY;BYMONTH=1,2,3,4,5,6,7,8,9,10,11 In [100]: robj = recurrence.deserialize(rule) In [102]: robj.occurrences().after(datetime.datetime.utcnow()) Out[102]: datetime.datetime(2015,...

I am using the local-path-provisioner with the volumeType "local". Since 0.0.29 I have the problem that the node affinity of the PV is not set. In 0.0.28 it worked correctly....