nokia / CPU-Pooler

A Device Plugin for Kubernetes, which exposes the CPU cores as consumable Devices to the Kubernetes scheduler.
BSD 3-Clause "New" or "Revised" License
93 stars 22 forks source link

webhook:x509: certificate signed by unknown authority #81

Open x-coder-L opened 1 year ago

x-coder-L commented 1 year ago

Describe the bug I fellow the step in README.md 's Installation to install the cpu-pooler service in my k3s with Kubernetes version v1.25.6.when I use the test container to test service is ok , I meet this problem : image and I check the log about mutating webhook pod ,it report a error that "remote error: tls: bad certificate",I make the certificate by generate-cert.sh that the project provided. I struggle in this situation and hope anyone can give me some help.

Relevant SW info

and here is some information about the certificate that the generate-cert.sh generated. image image

zhaopcm commented 5 months ago

I meet other error like image and what can i do to solve it