Hello Portworx team,
We (Spectro Cloud) are evaluating Portworx integration for use with our kubernetes provisioning solution and would like to get your support on this.
Use case:
Portworx with External etcd which uses Password authentication
Problem description:
While generating manifest through px-central for the use case mentioned above, the wizard provides instructions on how to create the secret manually.
kubectl -n kube-system create secret generic px-kvdb-auth \
--from-literal=username=<etcd-username> \
--from-literal=password=<etcd-password>
But, this secret is not used anywhere in the generated manifests. So, i wanted to check if this step to manually generate secret can be skipped safely ?
Thanks for looking into this in advance.
- Boobalan.R