Я использую OKD (OpenShift Origin) в Ubuntu 19.04 (установка «всё в одном»). В моей рабочей среде весь вывод в inte rnet должен осуществляться через веб-прокси (например, squid).
Openshift startup line command:
# oc cluster up --base-dir=/home/openshift --http-proxy http://login:pass@proxy.domain:8080 --https-proxy http://login:pass@proxy.domain:8080 --no-proxy localhost,127.0.0.1,172.17.0.0/16,172.18.0.0/16,172.30.0.0/16,172.22.4.0/24,172.30.1.1
At the end this alert is issued:
WARNING: The HTTP proxy configured for the Docker daemon
(http://xxxxx:xxxxx@proxy.tjpe.local: 8080) is not the same one you specified for cluster up
WARNING: The HTTPS proxy configured for the Docker daemon
(http://xxxxx:xxxxx@proxy.tjpe.local:8080) is not the same one you specified for cluster up
I've already verified that the proxy parameters are identical to those defined in /root/docker/config.json
I have also configured the files:
root@dell:~# ls -l /etc/sysconfig/
total 12
-rw-r--r-- 1 root root 148 fev 28 17:11 atomic-openshift-node
-rw-r--r-- 1 root root 194 fev 28 16:50 origin-master
-rw-r--r-- 1 root root 194 fev 28 16:50 origin-node
root@dell:~# ls -l /etc/origin/master/
total 4
-rw-r--r-- 1 root root 148 fev 27 18:15 master.env
Я могу получить изображения, как правило, с помощью команд docker.
However, when using the command:
"oc new-app --search openshiftkatacoda/blog-django-py", I get:
W0228 14: 31: 00.881344 5879 dockerimagelookup.go: 233] Docker registry lookup failed: Get
https://registry-1.docker.io/v2/: net / http: request canceled while waiting for connection
(Client.Timeout exceeded while awaiting headers)
error: no matches found
Я работаю над этим уже несколько недель безуспешно. Я был бы безмерно благодарен за любую помощь.
Спасибо.