You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect for a Pod with a specified image without any tag or digest specified to be validated, such as gcr.io/my-project/nginx (as opposed to gcr.io/my-project/nginx:latest).
Actual Behavior
I receive the following error:
$ kubectl apply -f app.yaml
Error from server (InternalError): error when creating "resolve.yaml": Internal error occurred: failed calling webhook "kritis-validation-hook.grafeas.io": Post https://kritis-validation-hook.default.svc:443/?timeout=30s: stream error: stream ID 1; INTERNAL_ERROR
hi, @julianvmodesto
looks like there are internal checks that expect ":" in your input,
can you log the execution to check it?
I do not have the code to reproduce the issue.
if it fails the check that the input should have ":", the PGP related fingerprint may not be generated, which leads to the nil dereference. Can you log the run to see if the check fails,
Expected Behavior
I expect for a Pod with a specified image without any tag or digest specified to be validated, such as
gcr.io/my-project/nginx
(as opposed togcr.io/my-project/nginx:latest
).Actual Behavior
I receive the following error:
This issue is similar to: #82
Steps to Reproduce the Problem
Apply an image without any tag or digest specified, such as
gcr.io/my-project/nginx
Additional info
Panic:
The text was updated successfully, but these errors were encountered: