Problem
$ devspace dev
[...]
DevSpace still couldn't find any Pods that match the selector. DevSpace will continue waiting, but this operation might timeout
| apiVersion: cert-manager.io/v1 | |
| kind: ClusterIssuer | |
| metadata: | |
| name: lets-encrypt-http-issuer | |
| spec: | |
| # ACME issuer configuration | |
| # `email` - the email address to be associated with the ACME account (make sure it's a valid one) | |
| # `server` - the URL used to access the ACME server’s directory endpoint | |
| # `privateKeySecretRef` - Kubernetes Secret to store the automatically generated ACME account private key | |
| acme: |