-
Notifications
You must be signed in to change notification settings - Fork 336
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
chore(*) encapsulate proxy init container #495
Conversation
e7c5f8a
to
b9d00e5
Compare
@@ -224,8 +224,7 @@ Flags: | |||
--control-plane-service-name string Service name of the Kuma Control Plane (default "kuma-control-plane") | |||
--control-plane-version string version shared by all components of the Kuma Control Plane (default "latest") | |||
--dataplane-image string image of the Kuma Dataplane component (default "kong-docker-kuma-docker.bintray.io/kuma-dp") | |||
--dataplane-init-image string init image of the Kuma Dataplane component (default "docker.io/istio/proxy_init") | |||
--dataplane-init-version string version of the init image of the Kuma Dataplane component (default "1.1.2") |
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.
Let's document this as a backwards-incompatible change (removal of --dataplane-init-version
option)
b9d00e5
to
b9f6979
Compare
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.
Let's include LICENSE
and NOTICE
files into kuma-init
Docker image.
LICENSE
is a standard Apache 2.0 license.
NOTICE
should inform that we're using a component of Istio
.
0997e81
to
0521abb
Compare
Summary
Encapsulate proxy init container