shomeprasanjit

Results 8 comments of shomeprasanjit

Any updates on this.. we are facing the same issue where we are using concourse pipeline with semver resource. Semver behind the scene implements "latest" tag by default along with...

@stepanstipl : still getting the same error. the additional permission you mentioned didn't help. 9:40AM ERR Failed to retrieve data from collector error="Get \"https://8FC721A9E1108C283C54D098D686A42B.yl4.us-west-2.eks.amazonaws.com/api/v1/secrets?labelSelector=OWNER%3DTILLER\": getting credentials: exec: exec: \"aws\": executable...

Hello @stepanstipl, I didn't install `aws` cli which caused the issue.. sorry for the confusion. but I am still seeing the same problem where it is erroring out with `invalid...

@snuggie12 : I have faced a similar issue, we wanted to whitelist multiple AWS ECR specific registries (we have multiple). For us, account ID and region should be dynamic as...

Any updates yet @JohnStrunk

Guys any updates on the documentation? if anyone has some prior experience, please point out the upgrade steps and the compatibility matrix in kubernetes.

One important thing noticed is flannel is unable to create cni0 and vethXXX into the bad nodes (worker nodes) where the same exists in the good node (master nodes). BAD...

ok got flannel pods working in the failed worker nodes. the issue was it needs `--cgroup-driver=systemd` and `--resolv-conf=/run/systemd/resolve/resolv.conf"` inside `/var/lib/kubelet/kubeadm-flags.env` file. earlier below were the entries for the env file....