Fix thread leakage when override controller queue with withQueue#1
Merged
yuzp1996 merged 1 commit intorelease-11.0.0-alaudafrom Oct 17, 2024
Merged
Fix thread leakage when override controller queue with withQueue#1yuzp1996 merged 1 commit intorelease-11.0.0-alaudafrom
withQueue#1yuzp1996 merged 1 commit intorelease-11.0.0-alaudafrom
Conversation
cc4095f to
3b9cd9d
Compare
6e5a353 to
9420e57
Compare
yuzp1996
commented
Oct 14, 2024
pom.xml
Outdated
| <module>e2e</module> | ||
| <module>client-java-contrib/prometheus-operator</module> | ||
| <module>examples</module> | ||
| <!-- <module>examples</module>--> |
Author
There was a problem hiding this comment.
examples 的编译不需要,这部分类似于 demo,因此跳过
yuzp1996
commented
Oct 14, 2024
pom.xml
Outdated
| <layout>default</layout> | ||
| </repository> | ||
| </distributionManagement> | ||
| <!-- <distributionManagement>--> |
Author
There was a problem hiding this comment.
分发相关的配置,这部分我们也不需要,我们需要往我们 build-nexus 中进行分发
withQueue
l-qing
reviewed
Oct 14, 2024
.build.yaml
Outdated
| params: | ||
| - name: command | ||
| value: | | ||
| mvn versions:set -DnewVersion=11.0.0-alauda; mvn clean deploy -DskipTests |
90e2df1 to
33a0030
Compare
Official Issue kubernetes-client#3738 Add about how to start with lab Signed-off-by: yuzhipeng <zpyu@alauda.io>
33a0030 to
121d247
Compare
l-qing
approved these changes
Oct 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Official Issue kubernetes-client#3738
Official PR kubernetes-client#3737