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
23aa8565
Commit
23aa8565
authored
Mar 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20851 from vmware/vsphere-docker-version-fix
Auto commit by PR queue bot
parents
9bfd70f8
e1a7441b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
init.sls
cluster/saltbase/salt/docker/init.sls
+5
-0
No files found.
cluster/saltbase/salt/docker/init.sls
View file @
23aa8565
...
@@ -125,9 +125,14 @@ cbr0:
...
@@ -125,9 +125,14 @@ cbr0:
- require:
- require:
- cmd: 'apt-update'
- cmd: 'apt-update'
# restricting docker version to 1.9. with older version of docker we are facing
# issue https://github.com/docker/docker/issues/18793.
# newer version of docker 1.10.0 is not well tested yet.
# full comments: https://github.com/kubernetes/kubernetes/pull/20851
docker-engine:
docker-engine:
pkg:
pkg:
- installed
- installed
- version: 1.9.*
- require:
- require:
- file: /etc/apt/sources.list.d/docker.list
- file: /etc/apt/sources.list.d/docker.list
docker:
docker:
...
...
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