Password.txt file not getting created … So Application is not getting deployed
Hi,
Are you following this document for deploying ?
Please go through PASSWORD section and create as describe.
Hi,
Can you share the following information:
- Kubernetes version / Oncloud / On-prem
- Output of
kubectl get pods -n kube-system
- Portworx version / Portworx status - This you can get from any one of the worker node just run the following command and paste the complete output
/opt/pwx/bin/pxctl status
I am suspecting that your portworx installation hasn’t went correct, once you share me the above outputs then I can recommend something.
Regards
Sanjay
Hi,
I see that POD had an error can “CreateContainerConfigError”, can you describe the pod and post the output to check what the error is ?
Regards
Sanjay
The last screenshot which is attached, in that last line I see trying to pull the image, any lines after that ?
Regards
Sanjay
Looks like it is stuck at image pulling and your trying to use the kuberenetes etcd ? We don’t recommend to use that, remove the -k flag and use -b, it will use the internal etcd provided by portworx.
Also check if your meeting the following requirements:
Also check if your pulling the images from private repo then you need to provide the entries in spec file.
Regards
Sanjay
followed this for portworx deployment in AKS
could you please let me know which command are you referring to .
Correct, as per document you would have generated the spec file, what did you specified at etcd ?
- Specify your etcd
- Portworx Hosted etcd
- Built-In KVDB
For describe pod it looks you have selected 1st option, I would like to know about that etcd is that what you have created ?
Regards
Sanjay
Can you know me about this ?
unable to share the spec file generated