Swimlane Platform Installer Gu...
Troubleshooting Guide
kubectl commands are failing due to proxy
3 min
kubectl commands may fail with the following error e0403 14 04 05 944359 3116197 memcache go 265] couldn't get current server api group list get "https //swimlane dev swimlane example com 6443/api?timeout=32s" service unavailable check if there is a proxy enabled in the environment env | grep i proxy the resulting output should be as below if there is a proxy enabled in place https proxy=http //192 168 x x 8080 http proxy=http //192 168 x x 8080 disable proxy from the node export no proxy=127 0 0 1,192 168 x x, default,kubernetes, local,localhost, svc,load balancer fqdn the above should also be added to $home/ bashrc otherwise a node reboot will wipe it check to make sure the proxy is disabled env | grep i proxy the output from above should now be as below https proxy=http //192 168 x x 8080 http proxy=http //192 168 x x 8080 no proxy=127 0 0 1,192 168 x x, default,kubernetes, local,localhost, svc,load balancer fqdn kubectl commands should work now