Resource Type: kubernetes_node_address

Defined in:
lib/puppet/type/kubernetes_node_address.rb
Providers:
swagger

Overview

NodeAddress contains information for the node’s address.

Properties

  • address

    The node address.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • type

    Node address type, one of Hostname, ExternalIP or InternalIP.

Parameters

  • name (namevar)

    Name of the node_address.

  • provider

    The specific backend to use for this ‘kubernetes_node_address` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.