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
Description
Helm-broker seems to not work with k8s1.18.
When configuring an addon, the status gets green but the addons will not get listed in the service-catalog. Seeing the logs of the helm-broker controller indicates a problem with K.1.18
{"level":"warning","log":{"message":"Creation of namespaced-broker for namespace [mocks] results in error: [ServiceBroker.servicecatalog.k8s.io \"helm-broker\" is invalid: metadata.managedFields.fieldsType: Invalid value: \"\": must be `FieldsV1`]. AlreadyExist errors will be ignored.","service":"broker-facade","time":"2020-04-24T09:15:33.538Z"}}
Description
Helm-broker seems to not work with k8s1.18.
When configuring an addon, the status gets green but the addons will not get listed in the service-catalog. Seeing the logs of the helm-broker controller indicates a problem with K.1.18
Most probably the go client needs to be updated in the service-catalog, see also https://github.com/kubedb/issues/issues/739
Reasons
Always try to support latest version
AC
The text was updated successfully, but these errors were encountered: