Sebastian Florek

Results 220 comments of Sebastian Florek

How should we proceed with checking existence of this addon. Default skydns is installed as a DNS service. We can check f.e. for label `k8s-app: kube-dns` but then discovery would...

Interesting. We do not recognize such state for sure. I guess it is only displayed for a few seconds if other node is available because it will get rescheduled anyway.

It would be nice to have some extensions framework, but there are many things to consider. We need to discuss that first and think how to provide such a mechanism...

It's still an early sketch. I've been preparing other parts of backend for such framework. I want to minimize work needed to introduce new integrations later on so API still...

First part can be seen in https://github.com/kubernetes/dashboard/pull/2017 pull request. I still need to clean up some code but overall structure is already there. Right now I don't have clear roadmap....

Actually I think that the issue here is that the api response time exceeds frontend refresh timer. Since we are using a polling mechanism that does the refresh every X...

@moadqassem is spot instance max price required if spot instance is selected?

Regarding the original issue `0.` is parsed as a `null` since "proper" float number delimiter is a `,`. That's why it is not blocking the next step since it considers...

The main issue here is with the API and how presets are handled after creation and when they are used by the cluster. The issue should be created in the...

We'll discuss possible approaches here as our initial idea to remove/add dataceneters is too problematic.