fission canary create

fission canary create

Create a canary config

fission canary create [flags]

Options

      --name string                 Name for the canary config
      --httptrigger string          Http trigger that this config references
      --newfunction string          --newfn |:|: New version of the function
      --oldfunction string          --oldfn |:|: Old stable version of the function
      --increment-step int          --step |:|: Weight increment step for function (default 20)
      --increment-interval string   --internal |:|: Weight increment interval, string representation of time.Duration, ex : 1m, 2h, 2d (default "2m")
      --failure-threshold int       --threshold |:|: Threshold in percentage beyond which the new version of the function is considered unstable (default 10)
  -h, --help                        help for create

Options inherited from parent commands

      --kube-context string   Kubernetes context to be used for the execution of Fission commands
  -n, --namespace string      -n |:|: If present, the namespace scope for this CLI request
  -v, --verbosity int         -v |:|: CLI verbosity (0 is quiet, 1 is the default, 2 is verbose) (default 1)

SEE ALSO

Last modified November 28, 2023: Update CLI docs with latest CLI (#244) (aeb46c4)