Stephen Day

Results 291 comments of Stephen Day

@flx42 I took a quick peak and the PR looks like a decent start. I am not sure about representing these as cluster-level resources for container startup. From an orchestration...

@flx42 Great! We really aren't planning on following the same resource model from `HostConfig` for SwarmKit. In this case, we are instructing the container to mount these devices, which is...

@mlhales We need someone who is willing to workout the issues with `--device` in a clustered environment and support that solution, rather than just a drive by PR. If you...

@aluzzardi I think we should resurrect the `--device` patch. I don't think there is anything in the pipeline that is sophisticated enough to handle proper, cluster-level dynamic resource allocation. Looking...

This is a feature. Clients that use zk or etcd have to deal with this, as well. This allows the user to ensure that decisions are made on up to...

@tonistiigi Anything that is observable by the user is a possible change in the data dependency, meaning that the user may have made a decision on it. Breaking this guarantee...

We basically already have a check/set primitive with versioning. The user modified fields are in the `Spec` and the result of that is in the surrounding object, which is versioned...

Why is the node marked as down? These fields have specific meanings. Trying to "make sense" of it without understanding the meaning behind the fields won't achieve anything. From memory,...

@anshulpundir From this output, we know that `ucp-replica-YnGeKNVo-19623` is having trouble establishing a worker session. In this state, the node is unlikely to be able to accept new work. At...

What's the current status on this issue? I ran into a similar problem, following the kaniko example and pushing to GCR. Is the problem here with kaniko or is this...