Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a generic EFS commands script #4

Open
bdnf opened this issue Jan 12, 2021 · 0 comments
Open

Make a generic EFS commands script #4

bdnf opened this issue Jan 12, 2021 · 0 comments

Comments

@bdnf
Copy link
Contributor

bdnf commented 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:

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.

bdnf added a commit to bdnf/airflow-materials-aws that referenced this issue Jan 12, 2021
This update will make efs_commands.sh script generic that will work on different OS. Targets marclamberti#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant