Skip to content

Instantly share code, notes, and snippets.

View pablorsk's full-sized avatar

Pablo Reyes pablorsk

View GitHub Profile
@pablorsk
pablorsk / README.md
Last active March 3, 2021 00:12
devspace common problems

Common problems

DevSpace still couldn't find any Pods that...

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:

🧭 Árbol de Decisión en la interfaz

¿El usuario debe detener su acción?

    • ¿Se produjo un error real o una acción requerida para continuar?
      • Sí → 🟥 Alert
        Ejemplo: "Tu cuenta fue rechazada, debes cargar nuevos datos."
  • No

  • ¿Hay algo que debería revisar o cargar para mejorar el proceso?