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

Test case 8 is very flaky on Ubuntu 22.04 (deploy wordpress via helm) #2635

Closed
adamkpickering opened this issue Jul 26, 2022 · 3 comments
Closed
Labels
kind/bug Something isn't working platform/linux
Projects
Milestone

Comments

@adamkpickering
Copy link
Member

adamkpickering commented Jul 26, 2022

Actual Behavior

Test case 8 passed one time, and failed all of the rest.

Steps to Reproduce

helm repo add bitnami https://charts.bitnami.com/bitnami
 
helm install --wait --timeout=20m wordpress bitnami/wordpress --set=service.type=NodePort --set=volumePermissions.enabled=true --set=mariadb.volumePermissions.enabled=true

kubectl get service/wordpress

Get portnumber from above command output. Then attempt to access it via https://localhost:<port> in browser. The application should be accessible.

Result

There are a couple ways this can go:

  • It succeeds.
  • Both the mariadb pod and the wordpress pod come up, but when one attempts to access the app in the browser it is not reachable.
  • Either the mariadb or the wordpress pod fail to come up.

Expected Behavior

The pods should come up and the UI should be accessible.

Additional Information

No response

Rancher Desktop Version

171c29e

Rancher Desktop K8s Version

1.24.3

Which container runtime are you using?

containerd (nerdctl)

What operating system are you using?

Ubuntu

Operating System / Build Version

Ubuntu 22.04

What CPU architecture are you using?

x64

Linux only: what package format did you use to install Rancher Desktop?

deb

Windows User Only

No response

@adamkpickering adamkpickering added the kind/bug Something isn't working label Jul 26, 2022
@github-actions github-actions bot added this to To do in Stripey via automation Jul 26, 2022
@gaktive gaktive added this to the Later milestone Jul 27, 2022
@gaktive
Copy link
Contributor

gaktive commented Aug 2, 2022

Will hold until #2593 is done and see if that helps.

@gaktive
Copy link
Contributor

gaktive commented Aug 23, 2022

With #2593 done, @adamkpickering can you check if this is still happening in 1.5.1? We can close if so.

@adamkpickering
Copy link
Member Author

I gave it a run and it appears to work fine.

@jandubois jandubois moved this from To do to Done in Stripey Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working platform/linux
Projects
No open projects
Development

No branches or pull requests

2 participants