Skip to content

hunshcn/kksyncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kksyncer

A simple project to make a easy way to import k8s.io/kubernetes with no k8s.io/* replace directive.

It may help you if you want to use Custom Scheduler Plugin.

(This is repo is only a tool to make a mod-fixed tag of k8s.io/kubernetes)

How to use

// in go.mod 
require (
    k8s.io/kubernetes v1.29.0
)

replace (
    k8s.io/kubernetes => github.com/hunshcn/kubernetes v1.29.0-mod
)

no longer need to replace k8s.io/*.

Notice: Only version >= 1.26.0 will be provided.

more about this project

see kubernetes/kubernetes#126261

About

make it easy to import k/k

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages