Verified this bug on 4.11.0-0.nightly-2022-08-17-152830 with apiVersion: apps/v1 kind: StatefulSet metadata: name: httpd spec: serviceName: "httpd" replicas: 1 selector: matchLabels: app: httpd template: metadata: labels: app: httpd spec: containers: - name: httpd image: registry.redhat.io/rhel8/httpd-24:1-191 ports: - containerPort: 80 name: web lifecycle: postStart: exec: command: - /bin/sh - -c - curl -k https://172.30.0.1:443 > /tmp/urltest.txt
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.11.1 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:6103