Masaki Kimura
Masaki Kimura
@lavalamp @deads2k Could you give feedback on this KEP?
@thockin Thank you for your review. I've update this KEP to address your comments. I don't think that we can make it for v1.25, so please review it when you...
> I would like to see a comparison with another approach, e.g. extending RBAC to limit to specific fields only, before settling on this. It seems an interesting idea. If...
@orainxiong Has injectCOParameter() already been merged to external-provisioner? I couldn't find it in the codes nor PRs, so I would appreciate it if you could share any links to it.
@orainxiong Thank you for providing code. Great work! I tested your code as below and confirmed that annotationsPVC and labelsPVC were added to parameters that are passed to each driver....
@kfox1111 > I'd like a way to have VolumeAttributes be passed in PVC's and the external provisioner can decide if its ok merging none/some/all of them with the StorageClasses VolumeAttributes...
Not so often, but it does happen. So, I think that it is worth fixing. https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-conformance-kind-ga-only-parallel/1506333769781481472 https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-conformance-kind-ga-only-parallel/1505552248724262912 https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-conformance-kind-ga-only-parallel/1505455613910454272
/sig architecture @etiennecoutaud @cblecker @thockin @bgrant0607 @jdumars Any feedback?
@lavalamp @bgrant0607 Sharing just a rough idea. Just for preventing deletion, the below design will be enough (We still need to consider how to protect deletion of `LienClaim` itself). Also,...
From the viewpoint of consuming lien from secret protection, which is my biggest concern. How to create `LienClaim` before creating referencing objects and delete `LienClaim` after deleting referencing objects is...