Peter Sutter
Peter Sutter
also more or less related: #137
nice with the card on the administration page! However I don't think the main toolbar is a good fit for displaying the quota as there is only place for one...
see also https://github.com/gardener/dashboard/pull/872/files#r542509289
the shootInfo is not fetched anymore https://github.com/gardener/dashboard/pull/1277/files#diff-0c36ce15651c51795b411359e8caaf5af7960c82674b4f2015b8dd5f480fde2cL1430-L1443 . The kubeconfig is then not displayed ```js subscribeShootAcknowledgement ({ commit, dispatch, state, getters }, object) { if (object.kind === 'Shoot') { commit('shoots/HANDLE_EVENTS',...
not necessarily related to this PR, but is the clientSecret really required https://github.com/gardener/dashboard/blob/master/charts/gardener-dashboard/templates/secret-oidc.yaml#L19 ?
so for option 1 the checkbox to enable encryption should only be selectable if gardenlinux is selected?
These should be the required privileges for the dashboard. We have to split the dashboard chart into application and runtime chart, similar like with the gardener charts ([ref](https://github.com/gardener/dashboard/issues/1281)) ```yaml apiVersion:...
this issue is blocked until gardener/monitoring#11 is resolved
Well it depends on how this information is fetched / from where. @rfranzke is there an example anywhere?