Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Rancher
Commits
749f6da0
Commit
749f6da0
authored
5 years ago
by
Craig Jellick
Browse files
Options
Download
Email Patches
Plain Diff
update kontainer-engine
new eks AMIs
parent
beef16b4
release/v2.1
Tags unavailable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vendor.conf
+1
-1
vendor.conf
vendor/github.com/rancher/kontainer-engine/drivers/eks/eks_driver.go
+3
-3
...ub.com/rancher/kontainer-engine/drivers/eks/eks_driver.go
with
4 additions
and
4 deletions
+4
-4
vendor.conf
+
1
-
1
View file @
749f6da0
...
...
@@ -41,7 +41,7 @@ github.com/rancher/rdns-server bf662911db6acce4d6a85d2878653f6841
github
.
com
/
rancher
/
norman
29
dda4ec1235976b6b27c32047ae0e8894f0c8e0
github
.
com
/
rancher
/
types
76
e52238acbdffb5d97fdb0c603deedb6686b241
github
.
com
/
rancher
/
rke
25
e23a8cc4d5cfe3f57b14761e2ef9068edc96d4
github
.
com
/
rancher
/
kontainer
-
engine
7
c6eb5aed714600bfe9d579ebafa4aebac91646b
github
.
com
/
rancher
/
kontainer
-
engine
fd19ebce9a733445dd9db2edcf8911b62ad7b099
gopkg
.
in
/
ldap
.
v2
v2
.
5
.
0
gopkg
.
in
/
asn1
-
ber
.
v1
v1
.
1
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/kontainer-engine/drivers/eks/eks_driver.go
+
3
-
3
View file @
749f6da0
...
...
@@ -36,9 +36,9 @@ import (
)
var
amiForRegion
=
map
[
string
]
string
{
"us-west-2"
:
"ami-0a5
4c984b9f908c81
"
,
"us-east-1"
:
"ami-0
440e4f6b9713faf
6"
,
"eu-west-1"
:
"ami-0
c7a4976cb6fafd3a
"
,
"us-west-2"
:
"ami-0
3
a5
5127c613349a7
"
,
"us-east-1"
:
"ami-0
f2e8e5663e16b43
6"
,
"eu-west-1"
:
"ami-0
0ac2e6b3cb38a9b9
"
,
}
type
Driver
struct
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help