Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1ab663e9
Commit
1ab663e9
authored
Oct 05, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Log the region when we don't recognize it.
This will help users see when they've typoed the region name (#14278)
parent
465c5b07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
util.sh
cluster/aws/jessie/util.sh
+1
-1
util.sh
cluster/aws/util.sh
+1
-1
util.sh
cluster/aws/vivid/util.sh
+1
-1
util.sh
cluster/aws/wheezy/util.sh
+1
-1
No files found.
cluster/aws/jessie/util.sh
View file @
1ab663e9
...
...
@@ -74,7 +74,7 @@ function detect-jessie-image () {
;;
*
)
echo
"Please specify AWS_IMAGE directly (region not recognized)"
echo
"Please specify AWS_IMAGE directly (region
${
AWS_REGION
}
not recognized)"
exit
1
esac
fi
...
...
cluster/aws/util.sh
View file @
1ab663e9
...
...
@@ -306,7 +306,7 @@ function detect-trusty-image () {
;;
*
)
echo
"Please specify AWS_IMAGE directly (region not recognized)"
echo
"Please specify AWS_IMAGE directly (region
${
AWS_REGION
}
not recognized)"
exit
1
esac
fi
...
...
cluster/aws/vivid/util.sh
View file @
1ab663e9
...
...
@@ -75,7 +75,7 @@ function detect-vivid-image () {
;;
*
)
echo
"Please specify AWS_IMAGE directly (region not recognized)"
echo
"Please specify AWS_IMAGE directly (region
${
AWS_REGION
}
not recognized)"
exit
1
esac
fi
...
...
cluster/aws/wheezy/util.sh
View file @
1ab663e9
...
...
@@ -74,7 +74,7 @@ function detect-wheezy-image () {
;;
*
)
echo
"Please specify AWS_IMAGE directly (region not recognized)"
echo
"Please specify AWS_IMAGE directly (region
${
AWS_REGION
}
not recognized)"
exit
1
esac
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment