Skip to content

DefaultKubernetesClient construction failed #5648

Answered by hzp01
hzp01 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you! I've identified multiple dependencies in the code, leading to conflicts. I've now made changes to address the issues。
Below are the incorrect dependencies:

        <dependency>
            <groupId>io.kubernetes</groupId>
            <artifactId>client-java</artifactId>
            <version>12.0.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>io.fabric8</groupId>
            <artifactId>kubernetes-client</artifactId>
            <version>6.9.2</version>
        </dependency>
        <dependency>
            <groupId>io.fabric8</groupId>
            <artifactId>volcano-client</artifactId>
            <version>6.9.2</…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hzp01
Comment options

Answer selected by hzp01
@hzp01
Comment options

@manusa
Comment options

@hzp01
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants