You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,30 @@ The whole process takes around twenty minutes. In the end, the following resourc
40
40
41
41
*After increasing the quota, retry the installation running `make install`*
42
42
43
+
- Some pods never start (`Init` state)
44
+
45
+
```shell
46
+
❯ kubectl get pods -l component=proxy
47
+
NAME READY STATUS RESTARTS AGE
48
+
proxy-5998488f4c-t8vkh 0/1 Init 0/1 0 5m
49
+
```
50
+
51
+
One of the reason could be related to the [DNS01 challenge](https://cert-manager.io/docs/configuration/acme/dns01/) validation for the wildcard certificates can take several minutes (*DNS propagation*).
52
+
So, once the Certificate is `Ready`, maybe it will be needed to restart the deployments
0 commit comments