Openshift'一体机' Vagrant框使用xip.io。我公司的安全团队向我们传达了使用' xip.io'对于通配符DNS可能会引起一些安全问题。因此,考虑到' xip.io'不是一个选项,我该如何设置?
答案 0 :(得分:1)
我们在公司遇到了类似的问题。最好的答案是,您需要设置自己的自定义DNS,这有点可怕。很抱歉,因为它有点烦人但不是那么糟糕。使用this链接,它可以为您提供一些指导。
基本上,您需要/etc/dnsmasq.conf
文件看起来像:
# Reverse DNS record for master
host-record=master.example.com,192.168.1.100
# Wildcard DNS for OpenShift Applications - Points to Router
address=/apps.example.com/192.168.1.100
文章详细介绍。我不确定你是如何精通网络的,但如果你不是,那么我建议你在你的一个操作人员中帮助解决这个问题。如果没有对网络的相对较好的理解,那么设置它将非常困难。
答案 1 :(得分:1)
我知道您可以在不需要自己的DNS的情况下执行此操作。
最快的方法是手动将所需条目添加到主机系统的Traceback (most recent call last):
File "/Users/foo/personal/law/justech/featureExtraction/testLogisticRegression.py", line 22, in <module>
import matplotlib.pyplot as plt
File "/Users/foo/miniconda2/lib/python2.7/site-packages/matplotlib/pyplot.py", line 114, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "/Users/foo/miniconda2/lib/python2.7/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup
globals(),locals(),[backend_name],0)
File "/Users/foo/miniconda2/lib/python2.7/site-packages/matplotlib/backends/backend_macosx.py", line 24, in <module>
from matplotlib.backends import _macosx
RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are Working with Matplotlib in a virtual enviroment see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ
,将它们映射到xip.io地址将映射到的IP地址。
或者设置dnsmasq,如下所示。
/etc/hosts
这是从其他地方剪切和粘贴的,我不自己使用CDK所以不确定这里的IP地址,但我知道这不应该要求你设置单独的DNS。 'ain1'条目用于OpenShift Origin所有在一个VM中,相当于OpenShift的CDK,但使用最新的Origin上游版本。