Yves Peter
Yves Peter
> > So this is the reason that I got the `AuthorizationPermissionMismatch` error as I still use the old credential with only `Contributor` role. > > I'm afraid this breaking...
> @yvespp I'm a little confused about the Azure roles. The `Contributor` role almost has all the permissions why do we still need the `Storage Blob Data Contributor` role, is...
I removed disableStorageAccountKeyFetch again and the storage access key is used only used if subscriptionId and resourceGroup is set. I think this is easier to configure as users don't need...
To be honest, I think it would be best to remove this code and configuration options. Cgroups v1 support has been added to JDK 8 and up: https://bugs.openjdk.org/browse/JDK-8226575 Cgroups v2...
Maybe another use case for upgrade phases with immutable infrastructure to consider: https://github.com/kubernetes/kubeadm/issues/1511#issuecomment-486103732
Don't know how hard it would be but could the proxy maybe be converted to a static pod manifest to solve this? The update of it could then be moved...
Probably also depends on the C++ otel library so it can be used in envoy. https://github.com/open-telemetry/opentelemetry-cpp is still in active development and has no releases yet.
In the example code of @vonpelz `networks.type.dhcp` is not set but it triggers a customization anyway. Only `name` is set under `networks`. I think the code that @robconklinmd posted shouldn't...
According to the docs `networks.type` is set to dhcp by default: https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_guest_module.html#parameter-networks/type So I think that's what's triggering the code @robconklinmd found... As a workaround `networks.type` could be set to...