You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
@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 thehttp-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.
The text was updated successfully, but these errors were encountered: