hey folks, when creating a eks cluster how do i en...
# kubernetes
b
hey folks, when creating a eks cluster how do i ensure that the cluster is accessible from both public and private
b
hmm I'm not entirely sure we have added this to our
pulumi-eks
provider yet - could you open an issue in pulumi/pulumi-eks so we can check?
c
i think this is the
Copy code
endpointPrivateAccess: true,
    endpointPublicAccess: true,
flags for
eks.Cluster()
?
b
ah yes as part of the
ClusterVpcConfigInput
Thanks guys, (sorry for delay, got pulled into something else)