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 have opened the following issue against the Kubernetes project: kubernetes/kubernetes#59354
I have opened a PR to resolve the issue, but that PR depends upon a new Dashboard release (1.8.3?) that would include #2795 : kubernetes/kubernetes#59355
Please do a new release 1.8.3 and build.
Add a certificate and key to the secret kubernetes-dashboard-certs in the kube-system namespace.
Re-deploy Dashboard
Observed result
Dashboard continues to ignore the cert/key from the secret and use an autogenerated pair
Expected result
Dashboard should use the cert/key from the secret
Comments
This result is partially my fault. The better approach would have been for us to wait to merge kubernetes/kubernetes#58720 until a new Dashboard version could be released that included the fix to #2795 had been merged and a build with it produced.
The text was updated successfully, but these errors were encountered:
I have opened the following issue against the Kubernetes project:
kubernetes/kubernetes#59354
I have opened a PR to resolve the issue, but that PR depends upon a new Dashboard release (1.8.3?) that would include #2795 :
kubernetes/kubernetes#59355
Please do a new release 1.8.3 and build.
Environment
Steps to reproduce
cluster/kube-up.sh
kubernetes-dashboard-certs
in thekube-system
namespace.Observed result
Dashboard continues to ignore the cert/key from the secret and use an autogenerated pair
Expected result
Dashboard should use the cert/key from the secret
Comments
This result is partially my fault. The better approach would have been for us to wait to merge kubernetes/kubernetes#58720 until a new Dashboard version could be released that included the fix to #2795 had been merged and a build with it produced.
The text was updated successfully, but these errors were encountered: