Show / Hide Table of Contents

Class ClusterNodeConfigWorkloadMetadataConfig

Inheritance
System.Object
ClusterNodeConfigWorkloadMetadataConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterNodeConfigWorkloadMetadataConfig

Fields

View Source

NodeMetadata

How to expose the node metadata to the workload running on the node. Accepted values are:

  • UNSPECIFIED: Not Set
  • SECURE: Prevent workloads not in hostNetwork from accessing certain VM metadata, specifically kube-env, which contains Kubelet credentials, and the instance identity token. See Metadata Concealment documentation.
  • EXPOSE: Expose all VM metadata to pods.
  • GKE_METADATA_SERVER: Enables workload identity on the node.
Declaration
public readonly string NodeMetadata
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.