HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Cluster deploy fails #104

Open chrissound opened 1 year ago

chrissound commented 1 year ago

During testing of the new switch target ip being set to the ingress. Though I've not changed anything in the deploy functions, so this really should not happen. Documenting here just in case.

deploy command returns a loop of:

2023-10-05 at 17:44:24 DEBUG     wait_for_http_get             () Invoking http://143.42.178.218:8000 ... 
2023-10-05 at 17:44:24 DEBUG     _new_conn                     () Starting new HTTP connection (1): 143.42.178.218:8000 
2023-10-05 at 17:44:24 DEBUG     _make_request                 () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265 
2023-10-05 at 17:44:24 DEBUG     wait_for_http_get             () response_code was: 500 
2023-10-05 at 17:44:24 WARNING   __retry_internal              () ERROR: smoke test status code was 500., retrying in 30 seconds... 
2023-10-05 at 17:44:54 DEBUG     wait_for_http_get             () Invoking http://143.42.178.218:8000 ... 
2023-10-05 at 17:44:54 DEBUG     _new_conn                     () Starting new HTTP connection (1): 143.42.178.218:8000 
2023-10-05 at 17:44:54 DEBUG     _make_request                 () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265 
2023-10-05 at 17:44:54 DEBUG     wait_for_http_get             () response_code was: 500 
2023-10-05 at 17:44:54 WARNING   __retry_internal              () ERROR: smoke test status code was 500., retrying in 30 seconds... 
2023-10-05 at 17:45:25 DEBUG     wait_for_http_get             () Invoking http://143.42.178.218:8000 ... 
2023-10-05 at 17:45:25 DEBUG     _new_conn                     () Starting new HTTP connection (1): 143.42.178.218:8000 
2023-10-05 at 17:45:25 DEBUG     _make_request                 () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265 
2023-10-05 at 17:45:25 DEBUG     wait_for_http_get             () response_code was: 500 
2023-10-05 at 17:45:25 WARNING   __retry_internal              () ERROR: smoke test status code was 500., retrying in 30 seconds... 
2023-10-05 at 17:45:55 DEBUG     wait_for_http_get             () Invoking http://143.42.178.218:8000 ... 
2023-10-05 at 17:45:55 DEBUG     _new_conn                     () Starting new HTTP connection (1): 143.42.178.218:8000 
2023-10-05 at 17:45:55 DEBUG     _make_request                 () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265 
2023-10-05 at 17:45:55 DEBUG     wait_for_http_get             () response_code was: 500 
2023-10-05 at 17:45:55 WARNING   __retry_internal              () ERROR: smoke test status code was 500., retrying in 30 seconds...
kubectl get pods --all-namespaces
NAMESPACE     NAME                                       READY   STATUS                  RESTARTS       AGE
default       gwa-deployment-57795bccc-d5v5w             1/1     Running                 0              18m
default       gwa-deployment-57795bccc-rn4gs             1/1     Running                 0              18m
kube-system   calico-kube-controllers-6bfcbcbf56-ltptg   0/1     CrashLoopBackOff        7 (86s ago)    18m
kube-system   calico-node-7f9kw                          1/1     Running                 0              18m
kube-system   calico-node-88szn                          1/1     Running                 0              18m
kube-system   coredns-75fd9f59f7-6hfn8                   0/1     Running                 0              18m
kube-system   coredns-75fd9f59f7-7vgjv                   0/1     Running                 0              18m
kube-system   csi-linode-controller-0                    0/4     Init:CrashLoopBackOff   8 (109s ago)   18m
kube-system   csi-linode-node-7b649                      0/2     Init:CrashLoopBackOff   8 (100s ago)   18m
kube-system   csi-linode-node-xht8s                      0/2     Init:CrashLoopBackOff   8 (103s ago)   18m
kube-system   kube-proxy-9mtc6                           1/1     Running                 0              18m
kube-system   kube-proxy-rxlhg                           1/1     Running                 0              18m