Kubeadm: Drop dependency on `pkg/client/clientset_generated/internalclientset` from kubeadm

Created on 13 May 2018  路  2Comments  路  Source: kubernetes/kubeadm

As part of the research into recursive dependencies of kubeadm in https://github.com/kubernetes/kubernetes/pull/63740/ we found that we depend on a lot of packages under "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset

Since we are using client-go, we need to find out why we depend on these packages and try to get rid of them

help wanted kincleanup kinrefactor prioritbacklog

Most helpful comment

Managed to trace this to the usage of the following:

Excluding this from the build shaved off almost 5MB from the amd64 executable.

Will prepare PRs and send them for review.

All 2 comments

Managed to trace this to the usage of the following:

Excluding this from the build shaved off almost 5MB from the amd64 executable.

Will prepare PRs and send them for review.

Was this page helpful?
0 / 5 - 0 ratings