Sebastian Florek
Sebastian Florek
I guess I wasn't 100% clear. Probably both autocomplete and search as you type would have same impact on apiserver but different on our backend. In case of autocomplete we...
Don't have any ideas right now. We'd have to investigate it more and propose some architecture. Unfortunately currently I'm occupied with other tasks.
I haven't been following core roadmap lately, so I don't know. We'll try to revisit it after angular migration.
The main issue is that we don't have anyone willing to work on that right now. Our main focus goes to designing and creating a new standalone gRPC API for...
> I assume the problem is that it tries to read data from a closed socket. I think you are right. We probably should have some button to open terminal...
1. There is a combobox on exec page where you can select a container. 2. If `/bin/bash` is not found it falls back to `/bin/sh` already. If both are not...
This is related to incorrect session handling. Exec is in early stage and we are aware that there are some issues that make exec unusable for now. We are working...
They differ a bit :) Very important part is missing in your yaml file. ```yaml volumeMounts: - name: kubernetes-dashboard-certs mountPath: /certs readOnly: true # Create on-disk volume to store exec...
/ui redirect has not been updated yet and points to wrong scheme (http instead of https). Check links provided in README or Accessing Guide on our wiki pages. There are...
If you have used some custom yaml to deploy it then it might. We are explicitly creating `/tmp` dir inside the container to avoid this error in our yaml files....