We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366725 commit ae42ec8Copy full SHA for ae42ec8
.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e.steps.yaml
@@ -242,14 +242,4 @@ steps:
242
243
- template: ../../templates/cilium-mtu-check.yaml
244
245
- - script: |
246
- echo "Deploy nginx pods for MTU testing"
247
- kubectl apply -f hack/manifests/nginx.yaml
248
- kubectl wait --for=condition=available --timeout=60s -n kube-system deployment/nginx
249
- cd hack/scripts
250
- chmod +x cilium-mtu-validation.sh
251
- ./cilium-mtu-validation.sh
252
- workingDirectory: $(ACN_DIR)
253
- name: "CiliumMTUValidation"
254
- displayName: "Run Cilium MTU Validation"
255
0 commit comments