jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Apache License 2.0
2.16k stars 267 forks source link

deployment.yaml: "don't forget to configure LEGO_POD_IP" #159

Closed ahmetb closed 7 years ago

ahmetb commented 7 years ago

README.md says don't forget to configure LEGO_POD_IP. However it's impossible to configure it as it's already using the downward API without any edits to the file:

        - name: LEGO_POD_IP
          valueFrom:
            fieldRef:
              fieldPath: status.podIP

So there's no configuration required by someone who's trying to install this. The README is confusing about this.