Karthik KN
Karthik KN
I'm experience the same issue with one of my spot nodegroups with scale to 0 enabled and was working until yesterday. Manually scaling up as @marwan116 suggested using `eksctl` makes...
> For newer versions of Kubernetes, try using kubeval with my fork of the json schema repos: https://github.com/yannh/kubernetes-json-schema > See README for how to use those with kubeval. It contains...
@laimonasA Thanks for investigating this! Just to confirm, would this also work if the payload uses block kit? Something like: ```payload: | { "unfurl_links": true, "unfurl_media": true, "text": "GitHub Action...
I also tried the same config with GKE standard cluster and I'm running into https://github.com/actions/actions-runner-controller/issues/3132.
Thanks for the reply and sorry to confuse you @nikola-jokic. I'm indeed using `gke-autopilot-gha-rs-kube-mode` which has the necessary permissions as the service account, afaik. The following is actually commented out...
@nikola-jokic I did some digging and unfortunately, the pod appears for < 1s and I'm not able to describe it. However, when I run `kubectl events`, I get `OutOfcpu` warning...
@bashofmann Can you take a look at this when you get a chance. Thanks!
We are also seeing this even after removing `--balance-similar-node-groups` suggested in https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#common-notes-and-gotchas. May be we'll give `Suspended processes` in ASG console a try.
I'm not sure about the failing builds but [this change](https://github.com/flant/shell-operator/pull/761) _could_ be the reason the builds are being skipped because the script in `Check` job doesn't seem to handle `release`...