John Mazzitelli
John Mazzitelli
When we no longer support the older versions that use the monitoring dashboard CRD (i.e. when we no longer support v1.24), we need to remove the CRD from the OLM...
Kiali has an option to "hide" nodes - but you have to know the syntax and what the name of the nodes you want to hide. It would be nice...
The operator SDK folks are reminding everyone about the following removals of deprecated k8s APIs. We need to go through our stuff and make sure we do what is necessary...
We need documentation on the kiali.io doc site to address this question of how to work with large graphs. We have a bunch of features that can help, but not...
We've been talking about adding an API to the server (and the UI will have this too) that lets you know if you are running in a Maistra environment (implemented...
We would like to use [openshift/origin-ansible-operator](https://quay.io/repository/openshift/origin-ansible-operator?tab=tags) as the base image for the kiali operator. Unfortunately, that image does not support multicarch today. When it does, we should start using it....
This adds "required=true" or "required=false" to @JsonProperty annotations on fields, getters and setters but unfortunately this ONLY works if the "required" flag is set on the individual property in the...
I have a [CRC VM](https://github.com/code-ready/crc) running OpenShift 4.1.6. I create a namespace "ldap" and then use a modified [example kubernetes yaml](https://github.com/osixia/docker-openldap/blob/stable/example/kubernetes/simple/ldap-deployment.yaml) to create an LDAP deployment. I say modified because...
##### SUMMARY A field (such as a metadata label, or service selector) may or may not exist on a resource - I want to make sure that field does NOT...
Istioctl uninstall is now officially supported: https://istio.io/latest/news/releases/1.15.x/announcing-1.15/#istioctl-uninstall We should update our hack script so it always uses it now. For where this needs to be done, see: https://github.com/kiali/kiali/blob/v1.55.1/hack/istio/install-istio-via-istioctl.sh#L391-L399