Proxy
The OpenShift Network Playground uses squid
for the proxy. It is a SSL-bump proxy. The certificates associated with it will be placed inside /opt/openshift-network-playground/proxy/certs/
directory. However, the compact OpenShift cluster which is deployed by the OpenShift Network Playground automatically adds that in the install-config.yaml
file.
The proxy service is managed by systemd service named proxy.service
.
Directory
/opt/openshift-network-playground/proxy/
Service
proxy.service
INFO
By default only compact cluster uses the proxy and not SNO cluster.
All the files (Containerfile
and configuration) related to the proxy will be placed under the /opt/openshift-network-playground/proxy/
directory.
Last updated