This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove docker dependency from hyperkube extract (#3296)
* remove docker dependency from hyperkube extract Signed-off-by: Jess Frazelle <acidburn@microsoft.com> * update install containerd Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
- Loading branch information
Showing
4 changed files
with
38 additions
and
90 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
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
2b88659
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we already make acs-engine use containerd by default? And we found that
https://storage.googleapis.com/cri-containerd-release/cri-containerd-${CRI_CONTAINERD_VERSION}.linux-amd64.tar.gz
could not be accessed in azure china cloud, I have already mirrrored containerd to https://mirror.azure.cn/kubernetes/containerd, would scriptparts/k8s/kubernetescustomscript.sh
accept any cloud parameters, e.g. PublicCloud, ChinaCloud, etc.@jackfrancis @karataliu
2b88659
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andyzhangx containerd is not turned on by default. Could you file an issue or open a WIP PR that reminds us that containerd won't work in mooncake until we fix this? :)
2b88659
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackfrancis Thanks, new issue here: #3487
As I know, AKS has used containerd in underlay/HCP setup in latest version, so it would be a blocking issue for adopt latest AKS version in mooncake in the near future. @karataliu for correctess.