John McBride

Results 104 comments of John McBride

I've investigated this a bit: We're blocked on some breaking changes that seem to have been dropped in `opentelemetry` which are interlinked in our actix dependencies. I'll keep an eye...

Ran a similar experiment with a 3 node cluster updating from 1.9.0 to 1.10.1 using the [kubernetes metrics server](https://github.com/kubernetes-sigs/metrics-server) and [the kubernetes dashboard](https://github.com/kubernetes/dashboard) (for simple metrics gathering) ![Screen Shot 2022-10-27...

Hmmmm lots of conflicts in this one - we'll need to probably do this one manually as well 🤔

I looked at upgrading these manually but it seems most of the conflicts are coming out of the `aws-*` creates which have slightly older dependencies compared to the `kube` crate....

Happy day, looks like they just cut a release with upgraded dependencies: https://github.com/awslabs/smithy-rs/releases/tag/release-2022-10-13 Hopefully we can consume that and get these dependencies upgrade 🎈

As another data point, this works as expected when using the `aws` CLI container: Container yaml: ```yaml apiVersion: v1 kind: Pod metadata: name: aws-cli spec: containers: - image: amazon/aws-cli command:...

> Can you include detailed logs from when you hit the ConstructionFailure(MissingCredentials) error? The only logs that are returned by the pod are: ``` caller_identity = Err( ConstructionFailure( MissingCredentials, ),...

@mlevkov-ias - I was not able to resolve this: I'm still seeing the same thing.

This doesn't appear to be related to IMDSv2 or the hop limit. This is what my instance looks like: ``` { "InstanceId": "i-", "InstanceMetadataOptions": { "State": "pending", "HttpTokens": "required", "HttpPutResponseHopLimit":...

Hi all - I'm sorry (again) this PR has gotten stale and I understand your frustration; I really do. I've been trying now for years to get the different places...