Noor Muhammad Malik

Results 43 comments of Noor Muhammad Malik

Looks good. Maybe the part where we say "we will get rid of this later" we can add as a comment in the ``delivery.yaml``? 🤔

Resolved the merge conflicts and rebased on latest dev.

The AMI seems to be missing for k8s `1.22.13` ```bash Fail to provision: unable to read configuration defaults: template: main/cluster/config-defaults.yaml:554:32: executing \"main/cluster/config-defaults.yaml\" at : error calling amiID: no image found...

Create cluster failing due to a master node not coming up. Upon further investigation, the kubelet service on the unhealthy node was failing due to `BoundServiceAccountToken` issue. ```bash "Failed to...

Set `rotate_service_account_tokens` config-item as `true` to test the PR now.

The `setHostnameAsFqdn` is [stable in v1.22](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field). Enabling this as well and updating link to documentation for PR to succeed. Reference: Error in a master node `kubelet` service: ```bash "Failed to...

Master node comes up but stuck in `NotReady`. The `api-server` logs on the node show: ```bash E0906 15:54:22.703888 1 available_controller.go:524] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.5.187.205:443/apis/metrics.k8s.io/v1beta1: Get...

The `kube-controller-manager` showing errors because of a deprecated flag ```bash Error: unknown flag: --horizontal-pod-autoscaler-use-rest-clients ``` The `kube-proxy` was failing due to erroneously using the older version of the flag in...

The `kube-controller-manager` not able to get the authz tokens ```bash W0907 14:49:15.652914 1 authorization.go:225] failed to read in-cluster kubeconfig for delegated authorization: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory ```

`kube-proxy` crashing with the error: ```bash ubuntu@ip-172-31-21-150:~$ docker logs 998c5d744ee0 I0913 12:15:18.059312 1 flags.go:59] FLAG: --add-dir-header="false" I0913 12:15:18.059403 1 flags.go:59] FLAG: --alsologtostderr="false" I0913 12:15:18.059410 1 flags.go:59] FLAG: --bind-address="0.0.0.0" I0913 12:15:18.059417...