S’han presentat els objectius, grups de treball i calendari en la reunió d’obertura celebrada l’11 de juny. Una primera reunió per establir les bases comunes La sessió inaugural de l’Espai...| City Lab Barcelona
The need to configure a specific pod’s container arguments is a common Kubernetes administration task. As examples, you might need to enable verbose logging, set an explicit value to override a default, or configure a host name or port set in a container’s arguments. In the example below, we are targeting the ‘metrics-server’ in the ... Kubernetes: patching container arguments array with kubectl and jq| fabianlee.org
It is not uncommon when using kustomize to inherit a large set of resources or components. Perhaps a few of them need to be updated with patches to accommodate your environment. But if there are objects that are completely incompatible, it may be necessary to delete them. This can be done with a kustomize ‘$delete’ ... Kubernetes: using a delete patch with kustomize| fabianlee.org
jOOQ 3.17 supports the powerful path expressions / implicit JOIN also in UPDATE and DELETE| Java, SQL and jOOQ.