Skip to content

Commit fbde63b

Browse files
authored
Merge pull request kubernetes#35149 from haircommander/crio-userns-bump
crio: bump userns commit to pickup upstream fix
2 parents 6ff24f8 + d1f3856 commit fbde63b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jobs/e2e_node/crio/crio_cgroupv2_userns.ign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"path": "/etc/systemd/system.conf.d/10-env.conf",
6363
"contents": {
6464
"compression": "",
65-
"source": "data:,%5BManager%5D%0ADefaultEnvironment%3D%22CRIO_SCRIPT_COMMIT%3D0936ec4f6d77fba3a42432adaf8aa57b629c06cf%22%0ADefaultEnvironment%3D%22CRIO_COMMIT%3D5655aea0470e126bbb0dd9a5092efb32fb4e12d1%22%0A"
65+
"source": "data:,%5BManager%5D%0ADefaultEnvironment%3D%22CRIO_SCRIPT_COMMIT%3D0936ec4f6d77fba3a42432adaf8aa57b629c06cf%22%0ADefaultEnvironment%3D%22CRIO_COMMIT%3D9cdf516777eb88e515173650bf28af18a87ec23f%22%0A"
6666
},
6767
"mode": 420
6868
},

jobs/e2e_node/crio/templates/crio_cgroupv2_userns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ storage:
3333
inline: |
3434
[Manager]
3535
DefaultEnvironment="CRIO_SCRIPT_COMMIT=0936ec4f6d77fba3a42432adaf8aa57b629c06cf"
36-
DefaultEnvironment="CRIO_COMMIT=5655aea0470e126bbb0dd9a5092efb32fb4e12d1"
36+
DefaultEnvironment="CRIO_COMMIT=9cdf516777eb88e515173650bf28af18a87ec23f"
3737
# Note: this ignition file assumes FCOS has shadow-utils installed.
3838
# As of the time of writing this, it does.
3939
- path: /etc/subuid

jobs/e2e_node/crio/templates/generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare -A CONFIGURATIONS=(
3535
["crio_cgroupv2_imagefs"]="root env imagefs"
3636
["crio_cgroupv2_splitfs"]="root env splitfs"
3737
["crio_cgroupv2_hugepages"]="root env hugepages"
38-
["crio_cgroupv2_userns"]="root env userns crun-enabled"
38+
["crio_cgroupv2_userns"]="root env-canary userns crun-enabled"
3939
)
4040

4141
CONTAINER_RUNTIME=$(which podman 2>/dev/null) ||

0 commit comments

Comments
 (0)