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
Describe the bug headlessServiceEnabled initially is true, Then I set headlessServiceEnabled: false, and found that the same number of svc as the broker was created, which was in line with expectations, but when I changed to headlessServiceEnabled: true, the corresponding svc was not Delete.
Steps to reproduce the issue:
Please describe the steps to reproduce the issue.
Describe the bug
headlessServiceEnabled
initially is true, Then I setheadlessServiceEnabled: false
, and found that the same number ofsvc
as the broker was created, which was in line with expectations, but when I changed toheadlessServiceEnabled: true
, the correspondingsvc
was not Delete.Steps to reproduce the issue:
Please describe the steps to reproduce the issue.
headlessServiceEnabled:true
, apply YAML file.headlessServiceEnabled:false
, apply YAML file.headlessServiceEnabled:true
, apply YAML file.Expected behavior
svc
is deleted.Screenshots
Additional context
version: 0.14.0
The text was updated successfully, but these errors were encountered: