jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb
https://github.com/mongodb/atlas-osb
Apache License 2.0
0 stars 2 forks source link

Validate runs in Kubernetes #2

Open jasonmimick opened 4 years ago

jasonmimick commented 4 years ago

There is a known issue with kube 1.18 and the broker. When you install and try to create a cluster, then got this error.

Error: ServiceBinding.servicecatalog.k8s.io "atlas-db-small" is invalid: metadata.managedFields.fieldsType: Invalid value: "": must be `FieldsV1`

reference: https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/206

Scope of this issue is to root cause the error and determine level-of-effort to support kubernetes 1.18+.

Kubernetes 1.17 is functioning properly.