Skip to content

Commit

Permalink
Merge pull request kubernetes#33406 from jsafrane/fix-selinux-presubmit2
Browse files Browse the repository at this point in the history
Fix SELinux presubmit: add missing \
  • Loading branch information
k8s-ci-robot authored Sep 3, 2024
2 parents 3a8b3ec + 7b3260e commit 41de1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ presubmits:
kubetest2 kops -v=6 --cloud-provider=gce --up --down --build --env=KOPS_FEATURE_FLAGS=SELinuxMount \
--build-kubernetes=true --target-build-arch=linux/amd64 \
--admin-access=0.0.0.0/0 \
--kubernetes-feature-gates=SELinuxMount
--kubernetes-feature-gates=SELinuxMount \
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
--create-args "--image='rhel-cloud/rhel-9-v20240815' --channel=alpha --networking=cilium --set=cluster.spec.containerd.selinuxEnabled=true --gce-service-account=default --set=spec.nodeProblemDetector.enabled=true --set=cluster.spec.cloudProvider.gce.useStartupScript=true" \
--test=kops \
Expand Down

0 comments on commit 41de1c3

Please sign in to comment.