我在Kubernetes集群中创建了一个变异的准入webhook。api突变webhook为部署YAML增加了容忍度。occurred: jsonpatch add operation does not apply: doc is missing path: "/spec/template/spec/tolerations/"apiVersion: apps/v1
本例中的kubedb操作符已经崩溃并且没有响应--但是我需要清理这些资源。Error from server (InternalError): Internal error occurred: failed calling webhook "redis.validators.kubedb.comunable to handle the request
Error from server (InternalError): Internal error occurred: failed calling webhook
我试图用web钩子配置Kubernetes,我创建了文件,并将其放在/etc/kubernetes/webhook.yaml上。/kubernetes/webhook.yaml。当kubelet、清单文件修改,并且必须重新启动api (或销毁和创建新api容器)时,它在no such file or directory中失败。/webhook.yaml: no such file or dir