Resource Type: kubernetes_deployment_strategy

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

Overview

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • rolling_update

    Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

  • type

    Type of deployment. Can be ‘Recreate’ or ‘RollingUpdate’. Default is RollingUpdate.

Parameters

  • name (namevar)

    Name of the deployment_strategy.

  • provider

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