2

I have a service that uses Spring Cloud Kubernetes Config to reload its configuration when a value in a ConfigMap changes. That all works great.

Is it possible to use Spring Cloud Kubernetes (or one of its dependencies) to write a ConfigMap value? I didn't see any examples of this in the documentation (here). Can I do this programmatically, or do I need to call the underlying Kubernetes APIs to do this?

Mark
  • 4,970
  • 5
  • 42
  • 66
  • 2
    nope, no such thing is possible at the moment. You could go to our github page, explain your use case and may be we will create such a feature. – Eugene Nov 01 '21 at 19:24

1 Answers1

1

Based on Eugene's reply:

No, this is impossible at the moment to do so. You can go to GitHub and create an issue with the explanation of your use case, and this feature can be created within the future releases.

Bazhikov
  • 765
  • 3
  • 11