I have a 4 node setup with a separate control plane. Everything is freshly installed using the same versions.
v1.16.1 Debian GNU/Linux 10 (buster) 4.19.69-meson64 docker://18.9.9
Installation method: kubeadm
Kubernetes version: 1.16.1
Dashboard version: 2.0.0-beta4
Operating system: Armbian (Debian 10)
When using kubectl I can create/update and deploy anything without issues. When using the dashboard to create a deployment or namespace I receive the error in the dashboard saying:
Deploying file has failed
the server could not find the requested resource
Open URL:
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Login using token
Error appears:
Deploying file has failed
the server could not find the requested resource
Creation of the namespace
Search for issues before creating. This is a duplicate. Related to v1.16 support
/close
@floreks: Closing this issue.
In response to this:
Search for issues before creating. This is a duplicate. Related to v1.16 support
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
I did search the issue repo but no results came up regarding the error. When searching on 'v1.16 support' I did find the related issue, but the error message is shown in an image only. This is why it doesn't appear when searching.
Try to be more polite next time and thank you for your comment.
We have every day couple of issues created related to K8S 1.16. It is not officially supported by beta4. The compatibility matrix on releases page shows that. Under every issue that provides Kubernetes 1.16.X as used version I have to write the same answer.
Please also value our time and check closed issues/compatibility before opening new one.
There was even a PR open to add support for 1.16 until yesterday. We will do the release soon.
What got me confused is that the matrix itself does not show 1.16 at all and that the official K8s website for v1.16 refers to 2.0.0-beta4 which gives you the impression that it is supported.
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
I really appreciate that you all take time to read and investigate each issue. Maybe it makes more sense to adjust the documentation accordingly.
Thanks again :)
Since Google will bring future travellers here now that kops supports 1.16: See https://github.com/kubernetes/dashboard/issues/4332
v1.10.1 seems abandoned according to that issue, best option is to use latest v2 RC.
Most helpful comment
What got me confused is that the matrix itself does not show 1.16 at all and that the official K8s website for v1.16 refers to 2.0.0-beta4 which gives you the impression that it is supported.
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
I really appreciate that you all take time to read and investigate each issue. Maybe it makes more sense to adjust the documentation accordingly.
Thanks again :)