Skip to content

Commit a87bc5e

Browse files
committed
release v20.10.1
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent fed4677 commit a87bc5e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

kubernetes/.github/workflows/setup-k8s.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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

kubernetes/systemd/etc/cri-containerd/1.4/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)