spring-cloud-deployer-kubernetes icon indicating copy to clipboard operation
spring-cloud-deployer-kubernetes copied to clipboard

Not all K8s-deployer properties show-up in the UI

Open sabbyanandan opened this issue 4 years ago • 2 comments

@sabbyanandan commented on Fri Feb 21 2020

As a user, while deploying a stream on Minikube, I am unable to override the createNodePort deployer property for the http-source because that option doesn't show up in the deployer properties dialog window.

image

NOTE: Depending on whether the fix is in the deployer, server, skipper, or UI, we may have to move this issue accordingly.

sabbyanandan avatar Mar 03 '20 20:03 sabbyanandan

Some notes from the internal discussion.

  1. Perhaps we could create a new @ConfigurationProperties class that fully represents the app-level property overrides, including createNodePort and others along with the same level.

  2. Maybe there's an opportunity to revise the global vs. app-level properties, to consolidate the infrastructure supported in the k8s-deployer for consistent overrides.

sabbyanandan avatar Mar 03 '20 20:03 sabbyanandan

just a note; not specific to minikube in anyway and you can set this property, just may not be in whatever UI widgets (might have to enter manually in some text field). additionally shell always works

chrisjs avatar Mar 04 '20 01:03 chrisjs