Giter VIP home page Giter VIP logo

kube8aws's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kube8aws's Issues

Unable to install EBS CSI driver

So this is a long shot, but I thought you may had the same issue at some point.
I have created the cluster based on the repo instructions, everything is working, I'm able to connect to the Bastion server and I'm able to manage the kubernetes cluster.

But I'm having a problem when I tried to configure the EBS CSI driver and I hope you had the same issue or maybe I'm missing something and I need a fresh pair of eyes.

I'm following the AWS instructions to install the EBS CSI driver.
I didn't want to think too much, so I use the secret to give the driver permissions to AWS.

kubectl create secret generic aws-secret \
    --namespace kube-system \
    --from-literal "key_id=${AWS_ACCESS_KEY_ID}" \
    --from-literal "access_key=${AWS_SECRET_ACCESS_KEY}"

I used the default helm chart installation.
The pods are started correctly and made a simple test of putting the wrong access_key to get the error on the logs.

I'm getting this error when I tried to create a pvc:

ebs.csi.aws.com_ebs-csi-controller-xxxxxx failed to provision volume with StorageClass "gp2-sc": rpc error: code = DeadlineExceeded desc = context deadline exceeded

It looks like a networking issue. I added an inbound rule to open from All to 0.0.0.0/0 just for testing, but I had the same result.

Any suggestion?

Thanks

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.