Skip to main content

tnctl retry cloudresource

tnctl retry cloudresource

Attempts to restart a cloud resource

Synopsis

By default a Configuration is only run on a change to the specification. Its useful however to be able to restart the process without changing the spec - i.e. the credentials were incorrect and out-of-band error occurred or so forth.

This command will restart the process by tagging the configuration with a annotation. By default the restarted process will be watched for logs.

Restart the Configuration: $ tnctl retry NAME

Restart the Configuration but do not watch the logs: $ tnctl retry NAME --watch=false

tnctl retry cloudresource [OPTIONS] NAME [flags]

Options

  -h, --help               help for cloudresource
-n, --namespace string The namespace the resource resides (default "default")
-w, --watch Watch the logs after restarting the resource (default true)

Options inherited from parent commands

      --config string   Path to the configuration file (default "HOME/.tnctl.yaml")
--verbose Enable verbose logging

SEE ALSO

  • tnctl retry - Attempts to trigger the resource to retry