-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create virtual-env-operator deployment fail because of new version of k8s #29
Comments
想问下这个后面怎么解决的? |
需要更新一下证书生成文档和 |
有进展吗? |
我是这样弄的证书,就ok了 openssl genrsa -out webhook-server-tls.key 2048 # Generate a Certificate Signing Request (CSR) for the private key, and sign it with the private key of the CA. openssl req -new -key webhook-server-tls.key -subj "/CN=webhook-server.kt-virtual-environment.svc" `tls_crt_b64="$(openssl base64 -A < webhook-server-tls.crt)" tls_key_b64="$(openssl base64 -A < webhook-server-tls.key)" ca_pem_b64="$(openssl base64 -A < ca.crt)"` ssl.conf文件(无法上传conf文件,后缀改成了txt): |
v0.6.0 已修复 |
After the new version of k8s is built with Go 1.15 version, it does not support X509 certificates
The following is the error message:
Error creating: Internal error occurred: failed calling webhook "webhook-server.kt-virtual-environment.svc": Post "https://webhook-server.kt-virtual-environment.svc:443/inject?timeout=30s": x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0
The text was updated successfully, but these errors were encountered: