-
If I try to deploy an image, signed or unsigned, I get the error below: Is there a way to configure the timeout to a bigger value? I'm on a network that's pretty slow, so being able to wait longer might help me successfully deploy. Thx. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
From here https://docs.openshift.com/container-platform/4.4/rest_api/extension_apis/mutatingwebhookconfiguration-admissionregistration-k8s-io-v1.html, it appears that a mutatingwebhookconfiguration's timeoutSeconds has a value from 1 to 30, which means my system is already configured to use the max. Argh!!! |
Beta Was this translation helpful? Give feedback.
-
Upon further investigation it turns out that my cluster of VMs is on a network that accesses the Internet through a very restrictive firewall and proxy, and they impede the outbound connection that Connaisseur makes to the Notary server for validation, resulting in the above error. |
Beta Was this translation helpful? Give feedback.
Upon further investigation it turns out that my cluster of VMs is on a network that accesses the Internet through a very restrictive firewall and proxy, and they impede the outbound connection that Connaisseur makes to the Notary server for validation, resulting in the above error.
So this is not a Connaisseur problem, and I will mark this question as answered.