typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -191,7 +191,7 @@ $ mysql -u root -ppassword --host 104.197.63.17 --port 3306 -e 'show databases;'
|
||||
### Troubleshooting:
|
||||
- If you can curl or netcat the endpoint from the pod (with kubectl exec) and not from the node, you have not specified hostport and containerport.
|
||||
- If you can hit the ips from the node but not from your machine outside the cluster, you have not opened firewall rules for the right network.
|
||||
- If you can't hit the ips from within the container, either haproxy or the service_loadbalacer script is not runing.
|
||||
- If you can't hit the ips from within the container, either haproxy or the service_loadbalacer script is not running.
|
||||
1. Use ps in the pod
|
||||
2. sudo restart haproxy in the pod
|
||||
3. cat /etc/haproxy/haproxy.cfg in the pod
|
||||
|
@@ -141,7 +141,7 @@ func TestGetServices(t *testing.T) {
|
||||
{Port: 20, TargetPort: util.NewIntOrStringFromInt(ports[1])},
|
||||
}
|
||||
|
||||
// 2 services targetting the same endpoints, one of which is declared as a tcp service.
|
||||
// 2 services targeting the same endpoints, one of which is declared as a tcp service.
|
||||
svc1 := getService(servicePorts)
|
||||
svc2 := getService(servicePorts)
|
||||
endpoints := []*api.Endpoints{
|
||||
|
Reference in New Issue
Block a user