Christian Hernandez
Christian Hernandez
# Support for "SyncWaves" for ApplicationSets ApplicationSets currently does not have support for "syncwaves" like how "App of Apps" does. This is a RFE to provide this same concept with...
#### What would you like to be added: It would be nice to be able to configure the default wildcard domain to use when running `oc expose svc` or `oc...
It would be cool to be able to define clusters you want your ArgoCD installation to manage when you deploy an instance with the operator. Example: ```yaml apiVersion: argoproj.io/v1alpha1 kind:...
Add a catalog item for Minio
Investigate [`oc mirror`](https://github.com/openshift/oc-mirror) for disconnected installs.
Right now **all** PRs (yes you're reading this right) are tested by hand. I would like to set up automated testing. Since the playbook is centered around Bare Metal installs...
Update all documentation, code/playbooks and graphics to say "control plane" instead of "master" as this change is already happening upstream.
Currently, documentation is done on this repo using Markdown. We should switch to using github pages.
We should improve [validate_host_names.yaml](https://github.com/redhat-cop/ocp4-helpernode/blob/main/tasks/validate_host_names.yaml) by making it clearer to match the regex for a valid internet host and then fail. * Change [CHARS](https://github.com/redhat-cop/ocp4-helpernode/blob/main/vars/main.yml#L16) to `ValidHostnameRegex = "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$"` * Change the...
There is a VAR that is called `baremetal:` that isn't documented anywhere. 1. There should be an explanation of what the var does and doesn't do 2. There should be...