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
Command eksctl get cluster | sed -n '2p' | sed -e 's/\s.*$//' might return an output that will fail for subsequent commands.
Example:
eksctl get cluster | sed -n '2p' | sed -e 's/\s.*$//'`
airflow-2 u
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
Unknown options: u
Also, watch command can be not present on other operation systems.
I will create a corresponding pull request with the fix.
The text was updated successfully, but these errors were encountered:
bdnf
added a commit
to bdnf/airflow-materials-aws
that referenced
this issue
Jan 12, 2021
Command
eksctl get cluster | sed -n '2p' | sed -e 's/\s.*$//'
might return an output that will fail for subsequent commands.Example:
Also,
watch
command can be not present on other operation systems.I will create a corresponding pull request with the fix.
The text was updated successfully, but these errors were encountered: