Skip to content

Commit

Permalink
Merge pull request #975 from areed/kubelete-1.20
Browse files Browse the repository at this point in the history
Remove newer kubelet and kubectl rpms from rhel-8
  • Loading branch information
areed authored Dec 15, 2020
2 parents a5057fd + d37fedc commit a6f1ccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ build/packages/kubernetes/%/rhel-8:
docker create --name k8s-rhel8-$* kurl/rhel-8-k8s:$*
mkdir -p build/packages/kubernetes/$*/rhel-8
docker cp k8s-rhel8-$*:/packages/archives/. build/packages/kubernetes/$*/rhel-8/
find build/packages/kubernetes/$*/rhel-8 | grep kubelet | grep -v kubelet-$* | xargs rm -v
find build/packages/kubernetes/$*/rhel-8 | grep kubectl | grep -v kubectl-$* | xargs rm -v
docker rm k8s-rhel8-$*

build/templates: build/templates/install.tmpl build/templates/join.tmpl build/templates/upgrade.tmpl build/templates/tasks.tmpl
Expand Down

0 comments on commit a6f1ccc

Please sign in to comment.