Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running tutorial on EKS has error on mongo container #3706

Closed
lakshmimsft opened this issue Sep 14, 2022 · 2 comments
Closed

Running tutorial on EKS has error on mongo container #3706

lakshmimsft opened this issue Sep 14, 2022 · 2 comments
Assignees

Comments

@lakshmimsft
Copy link
Contributor

lakshmimsft commented Sep 14, 2022

Observed behavior

  1. Setup rad env on v0.12 on EKS cluster
  2. Deploy tutorial app. App deploys successfully and gives a url which loads
  3. Working with the app, i notice the entries aren't being saved.
  4. The Mongo pod is in 'Pending' state and searching for logs, errors i see:
    'running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition'

Desired behavior
Mongo container deploys as expected.

AB#3909

@lakshmimsft lakshmimsft changed the title Running tutorial on EKS has error on mongo container [Blocker] Running tutorial on EKS has error on mongo container Sep 14, 2022
@lakshmimsft lakshmimsft changed the title [Blocker] Running tutorial on EKS has error on mongo container Running tutorial on EKS has error on mongo container Sep 14, 2022
@lakshmimsft lakshmimsft self-assigned this Sep 14, 2022
@lakshmimsft
Copy link
Contributor Author

This is a non-Issue if cluster is created using default options eg.

eksctl create cluster --name --region

the volume for the mongo db is provisioned by the aws-ebs-dynamic-provisioner.

Additional Notes:
The initial cluster was creating overiding default options using the command:

eksctl create cluster \
--name lakekscluster2
--region us-west-2
--with-oidc
--ssh-access
--ssh-public-key myec2KeyPair
--instance-types=m5.xlarge
--managed
--version 1.23

The cluster was created but with no csi driver and on running
kubectl describe pvc, we see a message:
persistentvolume-controller waiting for a volume to be created, either by external provisioner "ebs.csi.aws.com" or manually created by system administrator.

@Reshrahim
Copy link
Contributor

@lakshmimsft - Do we have to add any guidance/note here on volume for the installation of EKS here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants