Giter Club home page Giter Club logo

Comments (7)

prsahoo avatar prsahoo commented on July 21, 2024

Hi @fernandoibm From the error message, it looks like the user does not have certain amount of accesses that are needed to deploy the cluster. Can you please ensure that the policy that is attached to the user has Full Access to All Resources for all service types ?

You could use these two scripts to check whether pre-requisites are met, before proceeding with the deployment.

https://github.com/IBM/cp4d-deployment/blob/master/selfmanaged-openshift/aws/scripts/aws_permission_validation.sh
https://github.com/IBM/cp4d-deployment/blob/master/selfmanaged-openshift/aws/scripts/aws_resource_quota_validation.sh

from cp4d-deployment.

fernandoibm avatar fernandoibm commented on July 21, 2024

from cp4d-deployment.

prsahoo avatar prsahoo commented on July 21, 2024

@fernandoibm I agree that the 'AdministratorAccess' has been attached to the user. But there could be a possibility that the AdministratorAccess policy might not have everything covered. Also i see the user is not part of any groups.

Can you please run the below commands to check the policy details ?

aws iam get-policy --policy-arn arn:aws:iam::aws:policy/AdministratorAccess

The output of the above will tell what is the current version of the policy , and then use the below command to check what is included in the current version of the policy.

aws iam get-policy-version --policy-arn arn:aws:iam::aws:policy/AdministratorAccess --version-id

from cp4d-deployment.

fernandoibm avatar fernandoibm commented on July 21, 2024

from cp4d-deployment.

fernandoibm avatar fernandoibm commented on July 21, 2024

@prsahoo
1
2

from cp4d-deployment.

prsahoo avatar prsahoo commented on July 21, 2024

This looks like there is issues with Openshift 4.x installation , when trying to install in a restricted AWS environment .
Please see https://access.redhat.com/solutions/5211941

So, we are suggesting to try with the credentialsMode: Mint . We need to add this after line 4 in this file https://github.com/IBM/cp4d-deployment/blob/master/selfmanaged-openshift/aws/ocp/templates.tf

from cp4d-deployment.

prsahoo avatar prsahoo commented on July 21, 2024

Closing this issue as Installation was successful after using the Mint mode for installation.

from cp4d-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.