File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
systemd/etc/cri-containerd/1.4 Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55### Compare
66
7- * https://github.com/khs1994-docker/lnmp/compare/v20.10.0...20 .10
7+ * https://github.com/khs1994-docker/lnmp/compare/v20.10.0...v20 .10.1
88
99### Bug fixes:
1010
Original file line number Diff line number Diff line change 2828 DOCKER_PASSWORD : ${{secrets.DOCKER_PASSWORD}}
2929 LNMP_DOCKER_MIRROR : registry-1.docker.io
3030 CNI_CALICO_EBPF : ${{matrix.CNI_CALICO_EBPF}}
31+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
3132 strategy :
3233 max-parallel : 1
3334 matrix :
@@ -436,7 +437,8 @@ jobs:
436437 echo ::group::kubectl get node
437438 kubectl get node -o yaml
438439 echo ::endgroup::
439- - run : |
440+ - name : Config git
441+ run : |
440442 git config --global user.email "gh-bot@khs1994.com"
441443 git config --global user.name "gh-bot"
442444 - name : Update k8s cli help info
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ oom_score = 0
2828 level = " "
2929
3030[metrics ]
31- address = " "
31+ address = " 127.0.0.1:1338 "
3232 grpc_histogram = false
3333
3434[cgroup ]
You can’t perform that action at this time.
0 commit comments