Abhishek Kumar

Results 3 comments of Abhishek Kumar

something like this ``` func (c *Reconciler) reconcileDigest(ctx context.Context, rev *v1.Revision) (bool, error) { totalNumOfContainers := len(rev.Spec.Containers) + len(rev.Spec.InitContainers) // The image digest has already been resolved. // No need...

> So your environment has 'high trust' @dprotaso yes, my environment is closer to a **“high trust” multi-tenancy model**: - Cluster is managed by a central platform admin. - Image...

@dprotaso Any updates from the K8s community? I don’t have access to the discussion thread. I was thinking the proposed flow could be: - Add a **ConfigMap** or setting in...