console icon indicating copy to clipboard operation
console copied to clipboard

Support binary data in ConfigMap and Secret

Open zheng1 opened this issue 3 years ago • 0 comments
trafficstars

What would you like to be added: Support binary data in ConfigMap and Secret

Why is this needed: 截屏2022-10-27 10 59 35 截屏2022-10-27 10 59 21

It is a very common scenario to put binary files in configmap and secret. Now kubesphere only supports plain text with utf8 encoding and not binary content. k8s supports plain text and binary natively, and we also need to support it on the page.

  • When a user adds a binary file, we upload this file.
  • When the user views the binary file, we download this file.

zheng1 avatar Oct 27 '22 03:10 zheng1