Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 989 Bytes

pupernetes_wait.md

File metadata and controls

44 lines (28 loc) · 989 Bytes

pupernetes wait

Wait for a systemd unit to be "running"

Synopsis

Wait for a systemd unit to be "running"

pupernetes wait a systemd unit [flags]

Examples


# Wait until the pupernetes.service systemd unit is running:
pupernetes wait

# Wait until the p8s-kubelet.service systemd unit is running:
pupernetes wait -u p8s-kubelet

Options

  -h, --help                     help for wait
      --logging-since duration   display the logs of the unit since (default 5m0s)
  -u, --unit-to-watch string     systemd unit name to watch (default "pupernetes.service")
      --wait-timeout duration    maximum time to download the required binaries, images and set up pupernetes (default 15m0s)

Options inherited from parent commands

  -v, --verbose int   verbose level (default 2)
      --version       display the version and exit 0

SEE ALSO

  • pupernetes - Use this command to manage a Kubernetes local environment