Skip to content

Commit 7eae388

Browse files
authored
Merge pull request #3437 from saschagrunert/golang-template
Add note about glibc compatibility
2 parents 06d3d14 + f74b1c3 commit 7eae388

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/dep-golang.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ SIG Release Slack thread:
6363
6464
#### After kubernetes/kubernetes (master) has been updated
6565

66-
<!-- Example: https://github.com/kubernetes/release/pull/3390 -->
66+
<!--
67+
Notice: Always use the oldest supported distribution release (Debian bullseye as
68+
time of writing) to achieve maximum glibc compatibility of the kubelet. Other
69+
images can use the latest available release.
70+
71+
Example: https://github.com/kubernetes/release/pull/3390
72+
-->
6773
- [ ] `k8s-cloud-builder` and `k8s-ci-builder` image updates:
6874

6975
<!-- Example: https://github.com/kubernetes/test-infra/pull/31387 -->
@@ -118,7 +124,13 @@ happened for the 1.20 and 1.19 Kubernetes release branches.
118124

119125
#### After kubernetes/kubernetes (release branches) has been updated
120126

121-
<!-- Example: https://github.com/kubernetes/release/pull/3394 -->
127+
<!--
128+
Notice: Always use the oldest supported distribution release (Debian bullseye as
129+
time of writing) to achieve maximum glibc compatibility of the kubelet. Other
130+
images can use the latest available release.
131+
132+
Example: https://github.com/kubernetes/release/pull/3394
133+
-->
122134
- [ ] `k8s-cloud-builder` and `k8s-ci-builder` image updates:
123135

124136
<!-- Example: https://github.com/kubernetes/test-infra/pull/31398 -->

0 commit comments

Comments
 (0)