0

The Google Container Engine service doc https://cloud.google.com/container-engine/docs/services/operations#sample_file states: 'To access the service, a client can connect to the cluster master endpoint...'

The service I deployed can be accessed on any of the cluster nodes via the service port, but not on the master.

kube-proxy instances which opened the service port are only running on the cluster nodes.

netstat does not show the service port as open on the cluster master.

Is the documentation correct? If it is correct and I should be able to use the cluster master as endpoint, how would I go about debugging this issue?

4

1 回答 1

2

The doc is wrong, it should say nodes not master.

于 2014-12-04T19:03:39.580 回答