Skip to content

When initializing the k8s-client, specify the TLS version and ciphers. #7181

@X5207

Description

@X5207

Is your enhancement related to a problem? Please describe

When initializing the k8s-client, specify the TLS version and ciphers.

Describe the solution you'd like

I use as:
KubernetesClient client = new KubernetesClientBuilder().withConfig(config)
.withHttpClientBuilderConsumer(builder -> builder.sslContext(keyManagers, trustManagers)).build();

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions