I have a similar error after install MAS:
FAILED - RETRYING: [localhost]: Wait for the AnalyticsProxy to be ready (1 retries left).
fatal: [localhost]: FAILED! => {"api_found": true, "attempts": 30, "changed": false, "resources": [{"apiVersion": "uds.ibm.com/v1", "kind": "AnalyticsProxy", "metadata": {"creationTimestamp": "2023-07-21T10:57:06Z", "generation": 1, "managedFields": [{"apiVersion": "uds.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:spec": {".": {}, "f:airgappeddeployment": {".": {}, "f:enabled": {}}, "f:allowed_domains": {}, "f:db_archive": {".": {}, "f:frequency": {}, "f:persistent_storage": {".": {}, "f:storage_size": {}}, "f:retention_age": {}}, "f:db_type": {}, "f:env_type": {}, "f:event_scheduler_frequency": {}, "f:ibmproxyurl": {}, "f:image_pull_secret": {}, "f:kafka": {".": {}, "f:storage_size": {}, "f:zookeeper_storage_size": {}}, "f:license": {".": {}, "f:accept": {}}, "f:postgres": {".": {}, "f:backup_frequency": {}, "f:backup_type": {}, "f:storage_size": {}}, "f:proxy_settings": {".": {}, "f:http_proxy": {}, "f:https_proxy": {}, "f:no_proxy": {}}, "f:storage_class": {}, "f:tls": {".": {}, "f:airgap_host": {}, "f:uds_host": {}}}}, "manager": "OpenAPI-Generator", "operation": "Update", "time": "2023-07-21T10:57:06Z"}, {"apiVersion": "uds.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:status": {".": {}, "f:conditions": {}}}, "manager": "ansible-operator", "operation": "Update", "subresource": "status", "time": "2023-07-21T10:57:07Z"}, {"apiVersion": "uds.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:status": {"f:phase": {}}}, "manager": "OpenAPI-Generator", "operation": "Update", "subresource": "status", "time": "2023-07-21T10:57:22Z"}], "name": "analyticsproxy", "namespace": "ibm-common-services", "resourceVersion": "410004", "uid": "e019a3c8-72d3-45d7-b087-9492769d61e0"}, "spec": {"airgappeddeployment": {"enabled": false}, "allowed_domains": "*", "db_archive": {"frequency": "@monthly", "persistent_storage": {"storage_size": "10G"}, "retention_age": 6}, "db_type": "internal", "env_type": "lite", "event_scheduler_frequency": "@daily", "ibmproxyurl": "https://iaps.ibm.com", "image_pull_secret": "uds-images-pull-secret", "kafka": {"storage_size": "5G", "zookeeper_storage_size": "5G"}, "license": {"accept": true}, "postgres": {"backup_frequency": "@daily", "backup_type": "incremental", "storage_size": "10G"}, "proxy_settings": {"http_proxy": "", "https_proxy": "", "no_proxy": ""}, "storage_class": "ibmc-block-gold", "tls": {"airgap_host": "", "uds_host": ""}}, "status": {"conditions": [{"lastTransitionTime": "2023-07-21T10:57:07Z", "message": "Running reconciliation", "reason": "Running", "status": "True", "type": "Running"}], "phase": "Installing"}}]}
In my case I think the problem is Crunchy Postgres for Kubernetes 5.4.0. In this link explain any more: https://github.com/ibm-mas/ansible-devops/issues/589
------------------------------
Flores Gallegos Romero
------------------------------
Original Message:
Sent: Tue July 25, 2023 09:37 AM
From: Yuji Ohashi
Subject: UDS instance creation fails during MAS installation
When I try to install MAS v8.10 (SNO on AWS), I get an error creating an instance of IBM User Data Services.
I tried with the latest version of UDS v2.0.10 and the previous version v2.0.9, but neither worked.
Has anyone faced similar error?
If you know how to deal with it, please let me know.
Log of task execution
=========================================
TASK [ibm.mas_devops.uds : Wait for the AnalyticsProxy to be ready] ************
Tuesday 25 July 2023 13:08:54 +0000 (0:00:00.719) 0:00:06.747 **********
FAILED - RETRYING: [localhost]: Wait for the AnalyticsProxy to be ready (30 retries left).
FAILED - RETRYING: [localhost]: Wait for the AnalyticsProxy to be ready (29 retries left).
FAILED - RETRYING: [localhost]: Wait for the AnalyticsProxy to be ready (28 retries left).
FAILED - RETRYING: [localhost]: Wait for the AnalyticsProxy to be ready (27 retries left).
------------------------------
Yuji Ohashi
------------------------------