Chip Zoller
Chip Zoller
Did you follow the procedure that the OP outlined? Your response suggests you may not have.
So it looks like the enhancement here is to allow annotations to be defined for hooks, for example [here](https://github.com/kyverno/kyverno/blob/release-1.11/charts/kyverno/templates/hooks/post-upgrade.yaml#L10-L12).
Your preconditions matches all operations except DELETE. A `kubectl edit` and a `kubectl scale` result in an UPDATE so the policy is processed. Or am I missing something?
> Yes my precondition matches all operations except DELETE for pod objects. However, when I scale down a deployment (which results in deleting a pod), the operation is blocked... But...
Coming back to this, I think it's actually another manifestation of #8837 but this is specific to `validate.deny`. It could possibly have recently been addressed in @vishal-chdhry's PR #9893. I...
You're setting the wrong Helm value to instruct the device plugin where to find the sharing configuration. You used `config.default` when it should be `config.name`. See values reference [here](https://github.com/NVIDIA/k8s-device-plugin/blob/v0.17.0/deployments/helm/nvidia-device-plugin/values.yaml#L20-L28). When...
The contents of the `dp-example-config0.yaml` file you're showing appears to be a DaemonSet and not a ConfigMap.
~Running with MPS requires you set `hostPID: true` in the Pod spec field which I don't see you've done. I suspect this would resolve the issue.~ Correction: This is only...
@eddycharly , can you please take this?