skip to Main Content

EKS upgrade of first of November – Amazon web services

I've an EKS cluster in AWS. [cloudshell-user@ip-10-0-87-109 ~]$ kubectl version --short Kubeconfig user entry is using deprecated API version client.authentication.k8s.io/v1alpha1. Run 'aws eks update-kubeconfig' to update. Client Version: v1.23.7-eks-4721010 Server Version: v1.20.11-eks-f17b81 [cloudshell-user@ip-10-0-87-109 ~]$ kubectl get nodes Kubeconfig user entry…

VIEW QUESTION

Unable to connect to the server: getting credentials: decoding stdout: no kind "ExecCredential" is registered for version – Amazon web services

**Unable to connect to the server: getting credentials: decoding stdout: no kind "ExecCredential" is registered for version "client.authentication.k8s.io/v1alpha1" in scheme "pkg/client/auth/exec/exec.go:62" ** 2022-09-16 16:35:00 [ℹ] eksctl version 0.111.0 2022-09-16 16:35:00 [ℹ] using region ap-south-1 2022-09-16 16:35:00 [ℹ] skipping ap-south-1c from…

VIEW QUESTION

bootstrap.sh: Karpenter with custom lanuch templates

The Karpenter default OS, Amazon Linux 2 (AL2), accepts shell scripts (bash commands). Karpenter supports using custom launch templates In the default configuration, Karpenter uses an EKS optimized version of AL2 (Amazon Linux 2) (https://karpenter.sh/v0.13.2/aws/launch-templates/) and passes the hostname of…

VIEW QUESTION

Error in installing ingress-nginx helm chart

I am installing nginx ingress controller through helm chart and pods are not coming up. Got some issue with the permission. Chart link - https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx I am using latest version 4.2.1 I done debugging as stated here https://github.com/kubernetes/ingress-nginx/issues/4061 also tried…

VIEW QUESTION
Back To Top
Search