You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried APIM with both Docker Desktop and Rancher Desktop. When using Docker Desktop, APIM deployed successfully. However, with Rancher Desktop, Mysql Pod remained in the init state.
Affected Product Version
WSO2 APIM 4.1.0
Rancher Desktop 1.5.1
Steps to reproduce
Spin up a cluster using Rancher Desktop
Disable Traefik ingress controller and install NGINX ingress controller
Deploy WSO2 APIM 4.1.0 on Rancher Desktop
WSO2 APIM error stacktrace
The following error message appeared after running the kubectl describe command on the mysql pod.
Mounting arguments: -t nfs -o vers=3 10.43.208.49:/export/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 /var/lib/kubelet/pods/13600e2d-578e-4e52-844a-6b55f34d66e7/volumes/kubernetes.io~nfs/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84
Output: mount: mounting 10.43.208.49:/export/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 on /var/lib/kubelet/pods/13600e2d-578e-4e52-844a-6b55f34d66e7/volumes/kubernetes.io~nfs/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 failed: Connection refused
Warning FailedMount 6s (x2 over 9m10s) kubelet Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[migrations data kube-api-access-bfg6l configurations]: timed out waiting for the condition
The text was updated successfully, but these errors were encountered:
I was able to successfully deploy APIM on Rancher Desktop after replacing the "nfs" storage class with the "local-path" storage class in the values.yaml. But I'm not sure this is the best course of action.
LahiruSammika95
changed the title
APIM deployment failed when using Rancher Desktop
APIM deployment failed on Rancher Desktop
Aug 25, 2022
Description
I tried APIM with both Docker Desktop and Rancher Desktop. When using Docker Desktop, APIM deployed successfully. However, with Rancher Desktop, Mysql Pod remained in the init state.
Affected Product Version
Steps to reproduce
WSO2 APIM error stacktrace
The following error message appeared after running the kubectl describe command on the mysql pod.
Mounting arguments: -t nfs -o vers=3 10.43.208.49:/export/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 /var/lib/kubelet/pods/13600e2d-578e-4e52-844a-6b55f34d66e7/volumes/kubernetes.io~nfs/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84
Output: mount: mounting 10.43.208.49:/export/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 on /var/lib/kubelet/pods/13600e2d-578e-4e52-844a-6b55f34d66e7/volumes/kubernetes.io~nfs/pvc-f7393941-bcaf-4d7a-aee4-c7e572ab2f84 failed: Connection refused
Warning FailedMount 6s (x2 over 9m10s) kubelet Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[migrations data kube-api-access-bfg6l configurations]: timed out waiting for the condition
The text was updated successfully, but these errors were encountered: