jx Install issue on EKS

Created on 25 Jun 2018  路  4Comments  路  Source: jenkins-x/jx

Following steps have been taken,

Amazon EKS Getting Started

Above tutorial has been followed to the point, after this tried installing jx on the cluster but getting following error

$ jx install --provider=eks
error: invalid configuration: no configuration has been provided

Most helpful comment

I tried this following command

jx create cluster eks --cluster-name "test-platform" --domain "kube.${mydomain}.com" --nodes 5 --region "us-east-1" --ssh-public-key "~/.ssh/test_kube.pub" --default-admin-password "testpass12"

where ${mydomain} is actual domain and full entry for kube.${mydomain}.com is in Route 53.

I am getting following error

ingress init failed: Unauthorized
error: failed to initialize the jx: Unauthorized

All 4 comments

I wonder if you could try jx create cluster eks now instead? https://jenkins-x.io/commands/jx_create_cluster_eks/

I tried this following command

jx create cluster eks --cluster-name "test-platform" --domain "kube.${mydomain}.com" --nodes 5 --region "us-east-1" --ssh-public-key "~/.ssh/test_kube.pub" --default-admin-password "testpass12"

where ${mydomain} is actual domain and full entry for kube.${mydomain}.com is in Route 53.

I am getting following error

ingress init failed: Unauthorized
error: failed to initialize the jx: Unauthorized

Related to #1498?

The related issue seems to be fixed.

Was this page helpful?
0 / 5 - 0 ratings