Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from dev #46

Merged
merged 9 commits into from
Oct 9, 2024
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
executor: packer
environment:
K8S_VERSION: 1.26
os_distro: "al2023"
os_distro: "al2"
steps:
- attach_workspace:
at: .
Expand Down
8 changes: 4 additions & 4 deletions fluence-eks-worker-al2-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"binary_bucket_name": "amazon-eks",
"binary_bucket_region": "us-west-2",
"cache_container_images": "false",
"cni_plugin_version": "v0.8.6",
"containerd_version": "1.7.11-1.amzn2023.0.1",
"cni_plugin_version": "v1.5.1",
"containerd_version": "1.7.22-1.amzn2.0.2",
"creator": "{{env `USER`}}",
"enable_fluence_kernel_modules": "true",
"encrypted": "true",
Expand All @@ -24,10 +24,10 @@
"pause_container_version": "3.5",
"pull_cni_from_github": "true",
"remote_folder": "/tmp",
"runc_version": "1.1.11-1.amzn2023.0.1",
"runc_version": "1.1.13-1.amzn2",
"security_group_id": "",
"sonobuoy_e2e_registry": "",
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.1*",
"source_ami_filter_name": "amzn2-ami-minimal-hvm-*",
"source_ami_id": "",
"source_ami_owners": "137112412989",
"ssh_interface": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
if [[ "$ENABLE_FLUENCE_KERNEL_MODULES" == "true" ]]; then
# call lsmod with sudo, otherwise there will be error that command is not found
echo "Check what kernel modules are loaded"
lsmod
sudo lsmod
fi
Loading