Skip to content

Commit 25bf1bf

Browse files
committed
Downgrade Flatcar version from 4081.0.0 to 3815.2.2
1 parent ee6d750 commit 25bf1bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile.versions

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
E2ETEST_K8S_VERSION := 1.30.0
22
# ref to https://github.com/orgs/flatcar/packages/container/package/flatcar-sdk-amd64
3-
FLATCAR_VERSION := 4081.0.0
3+
# In the container image of flatcar 4081.0.0,
4+
# the method for determining capabilities in perf (version 6.7) has changed.
5+
# As a result, we cannot obtain profiling with perf unless the value of kptr_restrict is set to 0.
6+
# The capability determination method has been improved in perf version 6.12.
7+
# Until the version of perf included in the flatcar image is upgraded to 6.12, we will keep the flatcar version at 3815.2.2(perf version 6.3).
8+
FLATCAR_VERSION := 3815.2.2
49
KIND_VERSION := 0.25.0
510
KUSTOMIZE_VERSION := 5.5.0

0 commit comments

Comments
 (0)