Sebastian Florek

Results 220 comments of Sebastian Florek

Custom forms for different objects. YAML-like editor may be hard to use for beginners.

@IanLewis @bryk @maciaszczykm @rf232 I'm thinking where to start here. What do you think about introducing wizard-like style of object creation? Flow could be as follow: 1. Choose whether to...

@kubernetes/dashboard-maintainers I've prepared initial mockups for object creator wizard. It's very raw so I expect some changes, but we have to start somewhere. Here is a [PDF](https://drive.google.com/open?id=0B4DGVEQHPRToMm5ydWU4Uk8xNlk) (there are some...

There is already create from file option in the wizard, where you can provide your own yaml/json content.

It works for every resource as long as yaml/json is valid. It is the same as using `kubectl apply -f `.

Our layout of the left-side menu is based on the official K8S API structure: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/ Since `PriorityClass` is inside a metadata section we would not display it as a list....

I'd use a dedicated card also and embed detailed information directly into it and then we can use it as part of the higher-level resources.

Having the `Metadata` level kind of breaks our consistency and the key assumption that we follow the documentation hierarchy. My understanding is that the priority has to be assigned to...

We can embed it directly inside the PodDetails. Since this is only a single object it should be fine. The tricky part is that `PriorityClassName` can be a reference to...

Since https://github.com/kubernetes/dashboard/pull/7047 has been merged and it introduces major architecture changes we should close this PR. If you are willing to work on it, you can open a new PR...