aerogear / aerogear/mobile-services-installer
Problems on OKD 3.11
- Vorherrschende Sprache
- Shell
- Sterne
- 4
- Forks
- 7
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I tested it on OKD 3.11 in this version exactly: openshift v3.11.0+1cd89d4-542, kubernetes v1.11.0+d4cacc0. Aerogear was installed using ansible and was successful - Mobile tab showed up in Service Catalog. And there are problems as Provisioned Services are always in Pending state and cannot be installed successfully. I can see such events from ServiceInstance:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Provisioning 16m service-catalog-controller-manager The instance is being provisioned asynchronously
Normal Provisioning 11m (x8 over 16m) service-catalog-controller-manager The instance is being provisioned asynchronously (action started)
Warning ProvisionCallFailed 7m service-catalog-controller-manager Provision call failed: Error occurred during provision. Please contact administrator if the issue persists.
Warning StartingInstanceOrphanMitigation 7m service-catalog-controller-manager The instance provision call failed with an ambiguous error; attempting to deprovision the instance in order to mitigate an orphaned resource
Normal Deprovisioning 7m service-catalog-controller-manager The instance is being deprovisioned asynchronously
and errors in service catalog controller manager:
W0204 17:22:33.579558 1 reflector.go:341] github.com/kubernetes-incubator/service-catalog/pkg/client/informers_generated/externalversions/factory.go:118: watch of *v1beta1.ServicePlan ended with: The resourceVersion for the provided watch is too old.
I0204 17:22:33.658776 1 controller_instance.go:1731] ServiceInstance "testdejw/ag-metrics-metrics-apb-6sp5d" v389663: Provision call failed: Error occurred during provision. Please contact administrator if the issue persists.
I0204 17:22:33.658933 1 controller_instance.go:1731] ServiceInstance "testdejw/ag-metrics-metrics-apb-6sp5d" v389663: Provision call failed: Error occurred during provision. Please contact administrator if the issue persists.
I0204 17:22:33.659116 1 controller_instance.go:1770] ServiceInstance "testdejw/ag-metrics-metrics-apb-6sp5d" v389663: Setting lastTransitionTime, condition "OrphanMitigation" to 2021-02-04 17:22:33.658922627 +0000 UTC m=+778.333140405
I0204 17:22:33.659204 1 controller_instance.go:1731] ServiceInstance "testdejw/ag-metrics-metrics-apb-6sp5d" v389663: The instance provision call failed with an ambiguous error; attempting to deprovision the instance in order to mitigate an orphaned resource
I0204 17:22:33.659947 1 event.go:221] Event(v1.ObjectReference{Kind:"ServiceInstance", Namespace:"testdejw", Name:"ag-metrics-metrics-apb-6sp5d", UID:"605feb4d-670c-11eb-9444-0a580a800009", APIVersion:"servicecatalog.k8s.io/v1beta1", ResourceVersion:"389663", FieldPath:""}): type: 'Warning' reason: 'ProvisionCallFailed' Provision call failed: Error occurred during provision. Please contact administrator if the issue persists.
I0204 17:22:33.660497 1 event.go:221] Event(v1.ObjectReference{Kind:"ServiceInstance", Namespace:"testdejw", Name:"ag-metrics-metrics-apb-6sp5d", UID:"605feb4d-670c-11eb-9444-0a580a800009", APIVersion:"servicecatalog.k8s.io/v1beta1", ResourceVersion:"389663", FieldPath:""}): type: 'Warning' reason: 'StartingInstanceOrphanMitigation' The instance provision call failed with an ambiguous error; attempting to deprovision the instance in order to mitigate an orphaned resource
So it cannot be used actually.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.