Merged
Conversation
Contributor
Author
|
eks 为aws 托管k8s,采取了特殊的webhook认证方式。kubeconfig 文件如下: apiVersion: v1
所以镜像中,必须安装aws-iam-authenticator,并且希望随着主版本提供eks专门镜像。 |
Collaborator
|
@iyacontrol 这个安装包大概有多大?可以考虑直接安装到基础镜像,没必要单独打镜像 |
Contributor
Author
|
@wilhelmguo 26M 左右 。是否合适? |
Collaborator
|
@iyacontrol 可以,但是可以考虑做一个基础镜像,没必要每次构建都安装一次 |
Contributor
Author
|
@wilhelmguo ok,可行。所谓的基础镜像,是把centos:7替换成 centos:7 + aws-iam-authenticator 吗? |
Contributor
Author
|
@wilhelmguo 此外,这次兼容了eks,可以尽快发版,官宣一下吗?然后我可以写一个文章,来介绍wayne + eks认证这块。 |
Contributor
Author
|
@wilhelmguo 在hack/build下增加了base 文件夹,该文件夹下添加了新的base image dockerfile 。我想以后共性的东西可以添加在base当中。新的base image 命名为360cloud/centos:7,建议放到你们的仓库下面。 |
Collaborator
|
@iyacontrol 下周会发布新版本, 到时候你可以在官网写博客分享下 |
wilhelmguo
approved these changes
Mar 22, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?