Conversation
|
@morvencao: The following tests failed, say
DetailsInstructions 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. |
|
@sdake can you approve this? All tests are passing which is good. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: linsun, morvencao The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sdake
left a comment
There was a problem hiding this comment.
configmaps are used. The way istio-init works is that configmaps are read by kubectl then written as CRDs.
I think you could tighten up the verbs though - get/list/watch for configmap - not certain what is needed to create a crd, definately create, but also possibly get/list/watch.
@linsun I see the tests are passing, but this doesn't look correct in the helm template case. with helm install, everything should be fine as the admin SA is used. @morvencao can you test the helm template case? Perhaps there is a different bug in this chart that the correct sa is not used for the job and in-cluster apps have some type of admin context? Cheers |
|
@linsun placing a hold on this PR. I don't believe we actually validate that istio-init is used in both the helm template and helm install cases. I'd really like to see a manual test of this change with both modes. Also, can you please submit to master, and we can backport? Cheers |
|
@sdake Sorry for the late response My understanding is that the Anyway, it would be all right to merge to |
|
Close this in favor of #12978 |
your right, mounted, no need for CRBs for configmaps. Cheers |
No description provided.