fsoc optimize status

List onboarded optimizer configuration and status

Synopsis

List optimization status and configuration

If no flags are provided, all onboarded optimizations will be listed You can optionally filter optimizations by cluster, namespace and/or workload name You may also specify a particular optimizer ID to fetch details for a single optimization (recommended with -o detail or -o yaml)

fsoc optimize status [flags]

Examples

fsoc optimize status --workload-name frontend

Options

  -c, --cluster string         Filter statuses by kubernetes cluster name
  -h, --help                   help for status
  -n, --namespace string       Filter statuses by kubernetes namespace
  -i, --optimizer-id string    Retrieve status for a specific optimizer by its ID (best used with -o detail)
  -w, --workload-name string   Filter statuses by name of kubernetes workload

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also