Varsha
Varsha
Based on the discussion, the required task for this issue to include docs on how to filter caches using labels in controller-runtime. The original design doc is here: https://github.com/kubernetes-sigs/controller-runtime/blob/master/designs/use-selectors-at-cache.md
/assign @yashsingh74
Proposal to discuss the intended changes: https://docs.google.com/document/d/1ROxnv0ttzDGgjI_fIzdQAg0tcoefdcjVwpdM6LZyknE/edit
/approve /lgtm /ok-to-test The change looks good to me. @joelanford any objections in merging this?
@rudradevpal Would you like still pick up this issue. If not feel free to unassigned yourself.
@fernandoalexandre Based on `go.mod` looks like the this package comes in because of operator-registry. See: ``` ➜ operator-sdk git:(bump/k8s-1.27) go mod why github.com/docker/distribution # github.com/docker/distribution github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/bundle/validate github.com/operator-framework/operator-registry/pkg/image github.com/operator-framework/operator-registry/pkg/image.test github.com/docker/distribution ```...
> Hi @varshaprasad96, It is expected to be failed on purpose and will be treated as an optional test, so it won't affect approval. (please refer to the referenced issue...
Just to clarify the issue, this happens because the `env` key is not defined in your deployment. Which basically means that the deployment yaml looks like: ``` apiVersion: apps/v1 kind:...
/assign @garomonegro
@paololazzari Thanks for brining up this issue. The docs do seem to be outdated: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/. Would you be open to submitting a PR to fix this in the docs website....