SarumObjects
SarumObjects
line 1540: swap NA and length tests around to this: if (length(st) == 0) return ('length 0 sting'); if (is.na(st)) return('NA'); R handles NA, length and NULL sooo badly. Minor...
Thanks Holger That resolved the error report. The plugin is a help as I don’t want to switch to RStudio or StatET as I’m using Intellij mostly now John >...
@szuecs v0.12 (I downloaded :latest) and created the cluster with Kops (1.22.22). I've built several similar clusters in the last 24 months (we're running one as prod) and I have...
@szuecs the 'latest' still restarts. here's the output from kubectl describe pods kube-ingress-aws-controller-.. [kiac-describe.txt](https://github.com/zalando-incubator/kube-ingress-aws-controller/files/7648674/kiac-describe.txt) kops is version 1.22.2 kubectl version Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:41:42Z", GoVersion:"go1.16.10", Compiler:"gc",...
@AlexanderYastrebov this the command and the complete log: kubectl -n kube-system logs -f kube-ingress-aws-controller-5fbcd9fff8-vqrvg time="2021-12-03T11:52:45Z" level=info msg="starting /kube-ingress-aws-controller v0.12.14" time="2021-12-03T11:54:48Z" level=fatal msg="EC2MetadataError: failed to make EC2Metadata request\n\n\tstatus code: 401, request...
there's no --debug at the command line.
kubectl -n kube-system logs -f pod/kube-ingress-aws-controller-65775b947-dx9tl --ignore-errors=false time="2021-12-03T14:50:47Z" level=debug msg=aws.NewAdapter time="2021-12-03T14:50:47Z" level=debug msg=aws.ec2metadata.GetMetadata 2021/12/03 14:50:47 DEBUG: Request ec2metadata/GetToken Details: ---[ REQUEST POST-SIGN ]----------------------------- PUT /latest/api/token HTTP/1.1 Host: 169.254.169.254 User-Agent: aws-sdk-go/1.42.16...
Thats helpful. I'll look into the IAM permissions.
still investigating: https://kops.sigs.k8s.io/releases/1.22-notes/
In the end, I simply had to change the Nodes.instanceMetadata form httpPutResponseHopLimit: 1 to httpPutResponseHopLimit: 3 and then the metadata query can run - but I'm blocked again (failed to...