faangbait
faangbait
> I do have a [Docker lite](https://github.com/Lissy93/dashy/blob/master/docker/Dockerfile-lite) version, which simply serves up the built app with NGINX, without any of the editing config features, which is better for static or...
Adding `expose: true` to the UDP entrypoints fixes it, which is weird, because I didn't see any changes to the default. But maybe I'm missing something.
For what it's worth, we are successfully installing on HCP. Notably, we inject a ClusterIssuer resource named `prod-route53-issuer` in the `cert-manager` namespace (via hive syncset) and run with `export MAS_CLUSTER_ISSUER=prod-route53-issuer`
#1368 likely fixed this.
I suspect you're missing some variables. Here's how we do it: ``` - name: Configure Manage Attachment Storage include_role: name: ibm.mas_devops.suite_manage_attachments_config vars: mas_instance_id: "max" mas_workspace_id: "{{ workspace_id | default('masdev') |...
This is a known bug with the openshift installer. https://access.redhat.com/solutions/7079138 Delete `.clusterapi_output/envtest.kubeconfig` in `/opt/app-root/src/masconfig/sno/config` (or wherever it is).
This project fetches the specified version of the OpenShift installer and runs it. Feature requests and bugfixes for the OpenShift installer should be submitted to the upstream repository: https://github.com/openshift/installer
> @faangbait Thank you for raising this issue. Would you be willing to open a Pull Request with a fix? If I knew how to phrase it, I would. Per...
Backup/restore in these playbooks has been essentially non-functional for a very long time. We were able to successfully follow the [upstream IBM documentation](https://www.ibm.com/docs/en/masv-and-l/cd?topic=administering-backing-up-restoring-maximo-application-suite) and write our own (albeit hacky) backup...