-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNIProviderExternal is an external CNI plugin #862
Conversation
The CNI plugin can be installed as Addon or manually
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.
The PR looks great! I have just left two tiny nits, but otherwise, it's great.
pkg/apis/kubeone/types.go
Outdated
@@ -148,6 +148,11 @@ const ( | |||
// * In case when encryption is enabled, strong secret will be autogenerated | |||
// More info: https://www.weave.works/docs/net/latest/kubernetes/kube-addon/ | |||
CNIProviderWeaveNet CNIProvider = "weave-net" | |||
|
|||
// CNIProviderExternal is an external CNI plugin . |
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.
// CNIProviderExternal is an external CNI plugin . | |
// CNIProviderExternal is an external CNI plugin. |
Tiny nit: space is not needed here
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.
fixed
pkg/cmd/config.go
Outdated
# * weave-net | ||
# * external - The CNI plugin can be installed as Addon or manually |
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.
# * weave-net | |
# * external - The CNI plugin can be installed as Addon or manually | |
# * weave-net | |
# * external - The CNI plugin can be installed as Addon or manually |
Tiny nit: wrong indentation, please use spaces instead of tabs
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.
fixed
LGTM label has been added. Git tree hash: b6dc28f6b98def4c3394d76aee25b94b0e667791
|
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: scheeles, xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The CNI plugin can be installed as Addon or manually