liqo icon indicating copy to clipboard operation
liqo copied to clipboard

Liqo Installation over EKS

Open AccHimanshu opened this issue 2 years ago • 1 comments

What happened:

Unable to install liqo over eks cluster

What you expected to happen:

  1. ERRO Error retrieving provider specific configuration: failed creating the Liqo IAM identity: ValidationError: Must specify userName when calling with non-User credentials ( receiving this error even when I am giving separate username)
  2. There are access id and secret id flag available in liqo install eks command. Is there any flag available for token id.
  3. Can we create role using liqoctl command

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Liqo version:
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • Network plugin and version:
  • Install tools:
  • Others:

AccHimanshu avatar Jul 06 '22 09:07 AccHimanshu

Hi @AccHimanshu, currently liqo requires you are using user credentials with liqoctl (an access key linked to your account).

I also tried to specify a different username (simulating the case when the default one is already taken), but I could not reproduce your issue. Can you provide more details about your configuration, please?

Screenshot 2022-07-07 at 15 07 44

aleoli avatar Jul 07 '22 13:07 aleoli

After providing the user with proper access. The liqoctl was getting deployed

AccHimanshu avatar Sep 01 '22 05:09 AccHimanshu