Skip to content

DaemonSet

Gregory Nickonov edited this page Mar 4, 2019 · 1 revision

Quick Start

R.daemon_set :monitor do
  container do
    # Setup container
  end
end

DaemonSet is one of the Pod Template Owners, so all methods, like pod_template and container are available.

DaemonSet

Kubernetes Documentation

Sunstone property Kubernetes property Type
metadata metadata Kubernetes Object Metadata
spec spec DaemonSetSpec

DaemonSetSpec

Kubernetes Documentation

Sunstone property Kubernetes property Type
min_ready_seconds minReadySeconds Integer
revision_history_limit revisionHistoryLimit Integer
selector selector LabelSelector
service_name serviceName String
template template PodTemplateSpec
update_strategy updateStrategy DaemonSetUpdateStrategy

DaemonSetUpdateStrategy

Kubernetes Documentation

Sunstone property Kubernetes property Type
type type String
rolling_update rollingUpdate RollingUpdateDaemonSet

RollingUpdateDaemonSet

Kubernetes Documentation

Sunstone property Kubernetes property Type
max_unavailable maxUnavailable String or Integer

Clone this wiki locally