Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.45 KB

File metadata and controls

47 lines (33 loc) · 1.45 KB

edgelet controlplane

Control plane controller operations

Synopsis

Inspect, restart, or remove the singleton ControlPlane controller deployment on this node.

Deploy or upgrade with edgelet deploy -f <controlplane.yaml> (kind: ControlPlane). Use restart to bounce the controller container without a full redeploy. There is no controlplane apply subcommand.

Examples

edgelet controlplane get
  edgelet controlplane get --manifest
  edgelet controlplane get -o json
  edgelet controlplane restart
  edgelet controlplane restart --pull
  edgelet controlplane delete

Options

  -h, --help   help for controlplane

Options inherited from parent commands

      --debug            Debug logging
      --no-color         Disable color and interactive UX
  -o, --output string    Output format: human, json, yaml (default "human")
      --quiet            Suppress interactive progress output
      --socket string    Edgelet API unix socket path
      --timeout string   Request timeout
      --verbose          Verbose logging

SEE ALSO