spring-cloud-deployer-kubernetes
spring-cloud-deployer-kubernetes copied to clipboard
Not all K8s-deployer properties show-up in the UI
@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.
NOTE: Depending on whether the fix is in the deployer, server, skipper, or UI, we may have to move this issue accordingly.
Some notes from the internal discussion.
-
Perhaps we could create a new
@ConfigurationProperties
class that fully represents the app-level property overrides, includingcreateNodePort
and others along with the same level. -
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.
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