kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
141 stars 45 forks source link

Add support for IPv6 addresses in the in-cluster resolution #164

Closed irozzo-1A closed 1 year ago

irozzo-1A commented 1 year ago

This change adds support for kubernetes services with cluster IPs v6 for the in cluster resolution. Previously, the IP v6 addresses were not wrapped in square brackets when forming the Apiserver URL.

ityuhui commented 1 year ago

/lgtm /approve

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: irozzo-1A, ityuhui

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-client/c/blob/master/OWNERS)~~ [ityuhui] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ityuhui commented 1 year ago

Thanks for this PR !