Anton

Results 14 comments of Anton

@chenrui333 can confirm that I was able to upgrade from `1.10.1` to `2.4.2` just fine. Keep in mind that `alert_grouping` was deprecated, you might want to (try) change it to:...

Seems to be a regression after https://github.com/newrelic/terraform-provider-newrelic/pull/1620

From https://github.com/Azure/azure-sdk-for-python/pull/19067/files#diff-e9068214fdef0ba0f16c61272f00e7dab5a02032e8ec3d08a3725b5d4723ae09R34 ``` ## 7.0.0 (2021-06-03) **Breaking changes** - Removed operation MediaservicesOperations.get_by_subscription ``` and I guess this #18687 update didn't catch that __UPDATE__: looked at this test case https://github.com/phcooper/azure-cli/blob/1e7f7962df34f3104db4f2eefdcbdfe46ccd4bc1/src/azure-cli/azure/cli/command_modules/ams/tests/latest/test_ams_account_scenarios.py#L34 -...

@navba-MSFT the fact that it is working with `--resource-group` / `-g` does not solve the original issue. It should either - show the resource, or provide a friendly error message...

The culprit is in `async_req=True` here. I have opened a PR with (what I think) the fix - https://github.com/kubernetes-client/python/pull/1865.

@rd-michel - I think you can follow Cilium docs on that https://docs.cilium.io/en/v1.13/network/kubernetes/kubeproxy-free/#quick-start (there are both cases - initial and existing installations)

I'm getting the following error trying to deploy 4.0.1 over 3.10 (via Flux CD [Helm definitions](https://fluxcd.io/flux/components/helm/helmreleases/)) ``` openebs openebs 3.10.0 False False Helm upgrade failed: rendered manifests contain a resource...

Resolved conflicts due to changes in https://github.com/bitnami/charts/pull/22687/files

Hi @carrodher, should we sync-up somehow on when you're ready to merge it (if there is no outstanding questions/concerns) and I'll do the final bump in the Chrat.yaml. Otherwise I...

@TheKangaroo - I'd love to see your PR with `PrometheusRule` covering Flux2 operational cases worth alerting. If not here, your PR will be happily accepted at https://github.com/samber/awesome-prometheus-alerts/blob/master/CONTRIBUTING.md, I think. They...