kubernetes-beta icon indicating copy to clipboard operation
kubernetes-beta copied to clipboard

[TOPIC] - Configurations

Open deviantony opened this issue 5 years ago • 3 comments

Have some feedback about the configuration related features? Discuss it here.

deviantony avatar Mar 30 '20 22:03 deviantony

There is no events on secet/configmap, so no need for the event tabs

Sh4d1 avatar Mar 31 '20 08:03 Sh4d1

In the simple view, the box around the value shold be resizable

Sh4d1 avatar Mar 31 '20 08:03 Sh4d1

@Sh4d1 as a quick update on this feedback, there might be no event at the moment for secret/configmap resources but since this is supported by the kubernetes CLI and might be added in the future, I think it should be kept here.

➜ kubectl describe configmap/test
Name:         test
Namespace:    default
Labels:       <none>
Annotations:  <none>

Data
====
testdata:
----
test
Events:  <none>

deviantony avatar Apr 16 '20 00:04 deviantony