Hide Forgot
Description of problem: After creating a DaemonSet within a project, if a RC schedules a pod as well, the DaemonSet appears to delete the pod and the RC will then reschedule it. Version-Release number of selected component (if applicable): oc v1.1.2-121-gb79bbf9 kubernetes v1.2.0-origin How reproducible: Always Steps to Reproduce: 1. Create project 2. Create daemonset within project 3. Create a RC that deploys a pod Actual results: RC scheduled pod is scheduled down and scaled back up (by DS and RC resp.) Expected results: RC scheduled pod should persist Additional info:
Closing to track in issues