Details
-
Improvement
-
Status: Done
-
Medium
-
Resolution: Done
-
None
-
6
-
Yes
-
Yes
-
Yes
-
Server Integrations
Description
Impact on the user:
- K8s cluster created by eksctl can't be added to PMM so the user can't use their cluster and create DB's
Steps to reproduce:
- Create K8s cluster using eksctl
- Add this k8s to PMM
Actual result:
- Error (see details )
Expected Result:
- K8s added to PMM and PMM able to deploy DBs in it
Workaround:
N/A ?
(maybe: use some there way to create K8 cluster? )
Original report:
I have a cluster created by eksctl and I am trying to register it with DBaaS.
I get an error in screenshot
my config for eksctl is
kind: ClusterConfigmetadata:
name: test-cluster6
region: us-west-2
version: "1.20"nodeGroups:
- name: ng-6
instanceType: m5.large
desiredCapacity: 4
volumeSize: 80
Attachments
Issue Links
- mentioned in
-
Page Loading...