diff --git a/e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml b/e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml index 8bdb3d0f..7e8e45ee 100755 --- a/e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml +++ b/e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml @@ -23,6 +23,23 @@ spec: try: - assert: file: assert-capi-resources.yaml + - name: Modify existing CAPI deployment to use GZIP user-data + try: + # TODO: Add operation check + - patch: + resource: + apiVersion: apps/v1 + kind: Deployment + metadata: + name: capl-controller-manager + namespace: capl-system + spec: + template: + spec: + containers: + env: + - name: GZIP_COMPRESSION_ENABLED + value: true - name: Upload Flatcar image try: - script: @@ -37,10 +54,10 @@ spec: value: (env('LINODE_REGION')) content: | set -e - # Get the latest version on Beta channel. - # NOTE: This can be changed to Stable when Akamai support will come on these channels. + # Get the latest version on Alpha channel. + # NOTE: This can be changed to Beta when Ignition GZIP support for Akamai will come on these channels. curl -fsSL --remote-name \ - https://beta.release.flatcar-linux.net/amd64-usr/current/flatcar_production_akamai_image.bin.gz + https://alpha.release.flatcar-linux.net/amd64-usr/current/flatcar_production_akamai_image.bin.gz res=$(curl -s --request POST \ --url "https://${TARGET_API}/${TARGET_API_VERSION}/${URI}" \