-
Notifications
You must be signed in to change notification settings - Fork 8k
add clusterTrustBundle in feature table #56739
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
base: master
Are you sure you want to change the base?
add clusterTrustBundle in feature table #56739
Conversation
Fixes istio#56367 Signed-off-by: Aritra Dey <adey01027@gmail.com>
can you add a e2e test for #56676 and #56675 before this happen? do we need add this into https://github.com/istio/enhancements? |
Signed-off-by: Aritra Dey <adey01027@gmail.com>
0b5555a
to
c83b565
Compare
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
@zirain any thoughts on the tests?looks like I am making mistake in ns |
I think you should install a new suite with the feature flag on and run some basic taffice test. cc @dgn |
…th CTB enabled Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
@AritraDey-Dev: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
you need add a new test suite with flag enabled, here is an example. |
HI @AritraDey-Dev, the idea for this issue was to add ClusterTrustBundle support as a feature in istio/enhancements |
Please provide a description of this PR:
add clusterTrustBundle in feature table (follow up of #56727)
Fixes #56367