1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jon Stelly
babbe47e26 handle beta and ga arch label
Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
2020-06-04 08:33:05 -05:00
Jon Stelly
3593207d99 Add arch node selector for hybrid clusters
Currently, all of the lens-metrics components are multi-arch except for kube-state-metrics.  On a hybrid cluster this can be scheduled for arm, arm64 or other nodes so the pod will never come up.

- kube-state-metrics image only supports amd64 - https://github.com/kubernetes/kube-state-metrics/issues/1037.  There is a PR for this, but it hasn't been merged yet and seems to be held up.  Alternatively we could switch to use a different image: https://hub.docker.com/r/carlosedp/kube-state-metrics/tags but just limiting the state metrics to amd64 is the easier option

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
2020-06-03 09:53:03 -05:00
Jari Kolehmainen
260de08c72
Update metrics feature components (#301)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-28 08:41:04 +03:00
Jari Kolehmainen
1d0815abd2
Lens app source code (#119)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-03-15 09:52:02 +02:00