You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployment.apps/storage-calc resumed
https://XXX.ap-southeast-2.eks.amazonaws.com - exmaple-site - feature/php8: redeploying storage-calc to mount volumes
Error: unknown flag: --timeout
Usage:
oc rollout status (TYPE NAME | TYPE/NAME) [flags]
Examples:
# Watch the status of the latest rollout
oc rollout status dc/nginx
Options:
-f, --filename=[]: Filename, directory, or URL to files identifying the resource to get from a server.
-R, --recursive=false: Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
--revision=0: Pin to a specific revision for showing its status. Defaults to 0 (last revision).
-w, --watch=true: Watch the status of the rollout until it's done.
Use \"oc options\" for a list of global command-line options (applies to all commands).
No running pod found for storage-calc
deployment.apps \"storage-calc\" deleted
storage-calculator:/$ oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
and oc rollout status --help
storage-calculator:/$ oc rollout status --help
Watch the status of the latest rollout, until it's done.
Usage:
oc rollout status (TYPE NAME | TYPE/NAME) [flags]
Examples:
# Watch the status of the latest rollout
oc rollout status dc/nginx
Options:
-f, --filename=[]: Filename, directory, or URL to files identifying the resource to get from a server.
-R, --recursive=false: Process the directory used in -f, --filename recursively. Useful when you want to manage
related manifests organized within the same directory.
--revision=0: Pin to a specific revision for showing its status. Defaults to 0 (last revision).
-w, --watch=true: Watch the status of the rollout until it's done.
Use "oc options" for a list of global command-line options (applies to all commands).
The text was updated successfully, but these errors were encountered:
Describe the bug
Found in a recent deployment of storage calc
This was introduced in https://github.com/uselagoon/lagoon/pull/2947/files#diff-d058797fd48142b1e54531e40ab25d6ee5d6eb45046acd064bf7ac3597cea80cR110
Expected behavior
Storage calculator should run without errors. From reading https://www.mankier.com/1/oc-rollout-status#--request-timeout perhaps the
oc
binary is too old to use--timeout
and should instead be--request-timeout
.oc
version informationand
oc rollout status --help
The text was updated successfully, but these errors were encountered: