Resource Type: kubernetes_taint

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

Overview

The node this Taint is attached to has the effect ‘effect’ on any pod that that does not tolerate the Taint.

Properties

  • effect

    Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • key

    Required. The taint key to be applied to a node.

  • time_added

    TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.

  • value

    Required. The taint value corresponding to the taint key.

Parameters

  • name (namevar)

    Name of the taint.

  • provider

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