You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Once you have access via`kubectl` then follow the[instructions]({{site.baseurl}}/docs/deploy-to-kubernetes/add-kubernetes-cluster/#get-cluster-configuration-manually) to obtain all the cluster details.
114
114
To add the Amazon cluster, select*Amazon AWS* from the*ADD PROVIDER* drop-down menu and enter all details in the respective field in the Codefresh UI.
115
115
116
+
>On adding or upgrading to Kubernetes cluster version 1.23 or higher, you can encounter volume provisioning issues with Amazon Elastic Block Store (Amazon EBS). To troubleshoot, see[Volume provisioning issues for Amazon EBS](#volume-provisioning-issues-for-amazon-ebs) later on in this article.
117
+
116
118
##Adding a DigitalOcean cluster
117
119
118
120
DigitalOcean is also offering a hosted solution for Kubernetes.
The Amazon EBS CSI driver is not installed on the cluster.
577
+
Kubernetes versions 1.23 and higher require the Amazon EBS CSI driver for EBS volume management in EKS clusters. For more information, see[Amazon EBS CSI driver](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html){:target="\_blank"}.
578
+
579
+
580
+
**Solution**
581
+
Add the driver as an Amazon EKS add-on or as a self-managed add-on:
582
+
*[Add as Amazon EKS add-on](https://docs.aws.amazon.com/eks/latest/userguide/managing-ebs-csi.html){:target="\_blank"}
583
+
*[Add as self-managed add-on](https://github.com/kubernetes-sigs/aws-ebs-csi-driver){:target="\_blank"}
584
+
585
+
586
+
587
+
559
588
##Kubernetes cluster - using an external reverse proxy (edge case)
560
589
561
590
In case you're using an external reverse proxy to manage inbound traffic to your Kubernetes API, please read[this article]({{site.baseurl}}/docs/deploy-to-kubernetes/verify-cluster-tls-ssl-configuration/) to make sure your certificate setup are managed correctly in order to add your cluster successfully to Codefresh.