BootstrapKubeletConfig interface

Kubelet configuration returned as part of FlexNode bootstrap data.

Properties

caCertData

Base64-encoded PEM certificate of the cluster CA. Do not cache or log.

clusterFqdn

FQDN of the Kubernetes API server.

Property Details

caCertData

Base64-encoded PEM certificate of the cluster CA. Do not cache or log.

caCertData?: string

Property Value

string

clusterFqdn

FQDN of the Kubernetes API server.

clusterFqdn?: string

Property Value

string