Nik Osvalds

Results 13 comments of Nik Osvalds

Linking to the newer issue: https://gitlab.gnome.org/GNOME/libxml2/-/issues/361

FYI this looks to be related to the use of the `parsing` option. Removing that and suppling the X-axes value through `labels` resolves the issue: https://codesandbox.io/s/vue-3-line-chart-reactive-issue-no-parsing-fboke6

Didn't see this ticket before: https://github.com/Azure/api-management-developer-portal/issues/1448

Here it is for 1 pod. They look the same across the 3 pods. This is in a non-broken state. If you need it in the broken state I'll need...

FYI if you want to see my manifests they are here: https://github.com/IATI/solr-k8s, `main` branch.

Thanks @thelabdude ! I think this worked. Some modifications to the script to ensure I pulled the `cacerts` file from one of my Solr pods. ``` #!/bin/bash # Pick a...

I've just got around to implementing the workaround on my production environment with 3 Solr Pods. After updating the truststore I manually triggered a renewal of the certificate `kubectl cert-manager...

Additional thing I found going through the tutorial that I think fits here in terms of small corrections - Missing a `/solr` in the Execute the Collection API command ```bash...

If anyone comes across this, it `az resource tag` does seem to work now: ``` az resource tag --tags vmlist=vm1 --ids /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName} # or az resource tag --tags vmlist=vm1 --resource-group...

@anishakj I noticed this when trying to cut down my logging bills for Azure AKS. Example log message ```json {"level":"info","ts":1660655236.650773,"logger":"controller_zookeepercluster","msg":"Updating StatefulSet","Request.Namespace":"default","Request.Name":"iati-prod-solrcloud-zookeeper","StatefulSet.Namespace":"default","StatefulSet.Name":"iati-prod-solrcloud-zookeeper"} ``` For example, I see around 1370/hr of "Updating...