-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring-cloud-kubernetes-config options and autoconfigure not working with reload. #635
Labels
Milestone
Comments
krisiye
added a commit
to krisiye/spring-cloud-kubernetes
that referenced
this issue
Sep 18, 2020
…m optional dependencies for reload auto config as they could be enabled/disabled through config independent of each other. Fixes spring-cloud#635
krisiye
added a commit
to krisiye/spring-cloud-kubernetes
that referenced
this issue
Sep 18, 2020
…ndencies for reload default auto configuration. spring-cloud#635
Closed
krisiye
added a commit
to krisiye/spring-cloud-kubernetes
that referenced
this issue
Sep 21, 2020
…m optional dependencies for reload auto config as they could be enabled/disabled through config independent of each other. Fixes spring-cloud#635
@ryanjbaxter - i see this is targeted for 1.1.9.RELEASE. Any idea when the milestone release will be available? Looking for a ETA. Thanks! |
Keep an eye on the milestones here https://github.com/spring-cloud/spring-cloud-release/milestones |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Attempting to configure spring-cloud-kubernetes-config to just add support for kubernetes configMaps. (and disable secrets and discovery client) However would like to support config reload with event. It appears that when bringing up spring boot with the configuration below along with AutoConfigure, we run into a bean resolution issue as posted below.
Sample Configuration
Exception:
If the above seems a valid set of configs, Ideally, i would expect the configuration flags that either define or not define a given bean to be honored for autoconfigs as well.
Tested with:
The text was updated successfully, but these errors were encountered: