-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(kubernetes_platform): Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables. #10400
Conversation
…s and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
Hi @roytman. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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.
Thanks @roytman for your PR. I have few change requests in the proto file. Can you update them and regenerate the go package? Thank you.
|
||
message ConfigMapKeyToEnvMap { | ||
// Corresponds to a key of the ConfigMap. | ||
string configmap_key = 1; |
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.
Sorry @roytman, can you update the configmap key to config_map_key
just to align with your other naming convention.
string configmap_key = 1; | |
string config_map_key = 1; | |
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.
sorry, fixed it.
Thanks @roytman /assign @connor-mccarthy |
/lgtm cancel |
thanks @roytman |
Hi @Tomcli, |
thanks @roytman |
/cc @connor-mccarthy |
Hi @connor-mccarthy, could you help us review this PR? We want to extend the Kubernetes_platform definition to support more Kubernetes features. Thank you. |
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
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
@roytman: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/assign @chensun |
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
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun, Tomcli 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 |
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…nclude ConfigMaps as volumes and as env variables. (kubeflow#10400) * Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables Signed-off-by: Alexey Roytman <roytman@il.ibm.com> * add ConfigMapKeyToEnvMap * change config_map_key string * add list of map * rename "CmAsVolume" to "ConfigMapAsVolume" and "CmAsEnv" to "ConfigMapAsEnv" --------- Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
Update kubernetes_platform go package to include ConfigMaps as volumes and as env variables.
Description of your changes:
Part of #9768 , #10155 and #10251
Checklist: