enablePrivateNodes property

bool? enablePrivateNodes
getter/setter pair

Whether nodes have internal IP addresses only.

If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.

Implementation

core.bool? enablePrivateNodes;