-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in an updated version of kubelet which has a local cache which lets it start pods when offline.
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -562,7 +562,7 @@ parts: | |
kubelet: | ||
plugin: go | ||
source: [email protected]:armPelionEdge/argus.git | ||
source-commit: e79ebdac2263e481bb739770d683877f12522c2d | ||
source-commit: f3dab5a4f903c2dd165be7d530d4853ad1e9e8cc | ||
go-importpath: k8s.io/kubernetes | ||
override-pull: | | ||
# The go plugin also tries to run go get to fetch project dependencies. We just want to use the vendored depdnencies. | ||
|
@@ -575,7 +575,7 @@ parts: | |
cd go/src/k8s.io | ||
git clone [email protected]:armPelionEdge/argus.git kubernetes | ||
cd kubernetes | ||
git checkout e79ebdac2263e481bb739770d683877f12522c2d | ||
git checkout f3dab5a4f903c2dd165be7d530d4853ad1e9e8cc | ||
override-build: | | ||
export GOPATH=${SNAPCRAFT_PART_SRC}/go | ||
cd ${GOPATH}/src/k8s.io/kubernetes/hack/make-rules | ||
|