- pod: started, ready, complete, deleted
- sandbox: started, ready, deleted
- job: started, complete, deleted
- deployment: started, ready, deleted
- replicaset: started, ready, deleted
- deployment, deployments, deploy
- replicaset, replicasets, rs
- pod, pods
- job, jobs
- sandbox, sandboxes
Usage
Commands
| Command | Description |
|---|---|
idyl wait deployment | Wait for a deployment condition |
idyl wait job | Wait for a job condition |
idyl wait pod | Wait for a pod condition |
idyl wait replicaset | Wait for a replicaset condition |
idyl wait sandbox | Wait for a sandbox condition |
Flags
| Flag | Description |
|---|---|
--for <string> | Required. Condition to wait for |
--timeout <duration> | Maximum time to wait; 0s checks the current resource snapshot only Default: 5m0s. |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--realm <string> | Override realm |
--subnet <string> | Override context subnet for this command |
Examples
Subcommand reference
idyl wait deployment
Wait for a deployment condition
Usage
Aliases
deploymentsdeploy
idyl wait job
Wait for a job condition
Usage
Aliases
jobs
idyl wait pod
Wait for a pod condition
Usage
Aliases
pods
idyl wait replicaset
Wait for a replicaset condition
Usage
Aliases
replicasetsrs
idyl wait sandbox
Wait for a sandbox condition
Usage
Aliases
sandboxes

