Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@dhcppc1 demo-project]# oc get pods
- NAME READY STATUS RESTARTS AGE
- zuul-merger-server-1-lfwtk 1/1 Running 0 5m
- zuul-merger-server-2-build 0/1 Completed 0 5m
- [root@dhcppc1 demo-project]# oc logs zuul-merger-server-1-lfwtk
- => sourcing 20-copy-config.sh ...
- => sourcing 40-ssl-certs.sh ...
- AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.6. Set the 'ServerName' directive globally to suppress this message
- [Wed Jun 13 09:11:33.752021 2018] [ssl:warn] [pid 1] AH01909: 172.17.0.6:8443:0 server certificate does NOT include an ID which matches the server name
- AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.6. Set the 'ServerName' directive globally to suppress this message
- [Wed Jun 13 09:11:33.820338 2018] [ssl:warn] [pid 1] AH01909: 172.17.0.6:8443:0 server certificate does NOT include an ID which matches the server name
- [Wed Jun 13 09:11:33.820459 2018] [http2:warn] [pid 1] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
- [Wed Jun 13 09:11:33.821136 2018] [lbmethod_heartbeat:notice] [pid 1] AH02282: No slotmem from mod_heartmonitor
- [Wed Jun 13 09:11:33.825094 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.27 (Red Hat) OpenSSL/1.0.2k-fips configured -- resuming normal operations
- [Wed Jun 13 09:11:33.825131 2018] [core:notice] [pid 1] AH00094: Command line: 'httpd -D FOREGROUND'
- [root@dhcppc1 demo-project]# oc logs zuul-merger-server-2-build
- Cloning "https://github.com/openshift/httpd-ex.git" ...
- Commit: dc2fa54733a38f50c2a44f467068db6995a4d6e4 (Merge pull request #11 from jim-minter/duplicate-keys)
- Author: Ben Parees <[email protected]>
- Date: Thu Dec 14 15:52:29 2017 -0500
- ---> Enabling s2i support in httpd24 image
- AllowOverride All
- ---> Installing application source
- => sourcing 20-copy-config.sh ...
- => sourcing 40-ssl-certs.sh ...
- Pushing image 172.30.1.1:5000/zuul-ci-0000000051/zuul-merger-server:latest ...
- Pushed 0/9 layers, 33% complete
- Pushed 1/9 layers, 20% complete
- Pushed 2/9 layers, 23% complete
- Pushed 3/9 layers, 41% complete
- Pushed 4/9 layers, 45% complete
- Pushed 5/9 layers, 56% complete
- Pushed 6/9 layers, 67% complete
- Pushed 7/9 layers, 82% complete
- Pushed 8/9 layers, 95% complete
- Pushed 9/9 layers, 100% complete
- Push successful
Advertisement
Add Comment
Please, Sign In to add comment