Noor Muhammad Malik
Noor Muhammad Malik
Add logging to debug `livenessProbe` `connection refused` bug.
Provides a fix for https://github.com/zalando/skipper/issues/1992.
This migrates parts of the code to `aws-sdk-go-v2`. This is used in other tooling (like master node autoscaler uses the ec2 client to fetch instance info).
E2e tests often fail because the image validation API return 502 return status, which causes the image admission to fail and the test fails. ``` Reason:FailedCreate Message:admission webhook \"pod-admitter.teapot.zalan.do\" denied...
This makes per-stack hostnames configurable in the stackset. This allows us to disable support for per-stack hostnames, which is required to solve the problem of duplication of hostnames when a...
Adds manifests needed for support of [AWS FSx CSI Driver](https://docs.aws.amazon.com/eks/latest/userguide/fsx-csi.html) as requested by the data team. The manifest source is: https://github.com/kubernetes-sigs/aws-fsx-csi-driver/tree/master/charts/aws-fsx-csi-driver Dry-ran helm in the chart directory to render the...
In the first section "Application Design and Build" of the curriculum for CKAD, there's a typo in the entry "Choose and use the right workload resource". In the parenthesis, it...