This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Report instance group 'routing-api' has no jobs defined
error in cf-operator logs when helm upgrade to 2.7.1
#1667
Labels
Type: Bug
Something isn't working
Describe the bug
When upgrade kubecf from 2.6.1 to 2.7.1 . I checked the cf-operator logs, found the following error:
It reported
instance group 'routing-api' has no jobs defined
. Then I checked thedesired-manifest-v3
, it contains the routing-api instance group without jobs.As a workaround I added the following lines to remove routing-api instance group
What confused me is I have set
features.routing_api.enabled
to false. Why it still add the routing-api instance group?To Reproduce
I did not helm install but tried helm upgrade to 2.7.1.
Expected behavior
Since the
features.routing_api.enabled
was set to false, it should be no routing-api instance group.Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: