Databricks SDK for JavaScript
    Preparing search index...

    Variable GkeConnectivityTypeConst

    GkeConnectivityType: {
        PRIVATE_NODE_PUBLIC_MASTER: "PRIVATE_NODE_PUBLIC_MASTER";
        PUBLIC_NODE_PUBLIC_MASTER: "PUBLIC_NODE_PUBLIC_MASTER";
    } = ...

    Specifies the network connectivity types for the GKE nodes and the GKE master network.

    Set to PRIVATE_NODE_PUBLIC_MASTER for a private GKE cluster for the workspace. The GKE nodes will not have public IPs.

    Set to PUBLIC_NODE_PUBLIC_MASTER for a public GKE cluster. The nodes of a public GKE cluster have public IP addresses.

    Type Declaration

    • ReadonlyPRIVATE_NODE_PUBLIC_MASTER: "PRIVATE_NODE_PUBLIC_MASTER"

      The nodes of the GKE cluster will have private IP only. GKE master will still have a public IP.

    • ReadonlyPUBLIC_NODE_PUBLIC_MASTER: "PUBLIC_NODE_PUBLIC_MASTER"

      The GKE cluster will have public IPs for both its nodes and GKE master.