【发布时间】:2019-10-04 07:34:04
【问题描述】:
我已安装在 AWS 上运行的 Openshift Origin v3.9。我已尝试安装 Istio,但某些组件无法启动,并且无法从在线获取任何文档。
是否可以在 oc v3.9 上安装 istio?如果是,您能否分享一下设置它的文档或步骤。
如果我的问题将被标记为重复,请回答所需的内容,因为我没有找到任何答案/回复
问候,
【问题讨论】:
-
不确定到底是什么问题,也许您可以提供更多信息?在将 istio 与 openshift 一起使用时,我可以说的一件事是, istio 需要一些特权,您可以通过诸如
oc adm policy add-scc-to-user anyuid -z istio-ingress-service-account -n istio-system、oc adm policy add-scc-to-user anyuid -z prometheus -n istio-system等命令拥有这些特权(必须为 istio 创建的每个服务帐户完成) -
另外,我建议你看看 Maistra (github.com/Maistra/istio-operator),它就像是为 openshift 量身定制的 istio 的“包装”
-
@Joel 我已将所有权限授予此博客中描述的 istio 系统 (blog.openshift.com/evaluate-istio-openshift),但我收到以下错误,
2019-10-04T08:50:19.599192Z info validation Checking if istio-system/istio-galley is ready before registering webhook configuration、2019-10-04T08:50:19.599199Z warn Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.、2019-10-04T08:50:19.599376Z fatal validation admission webhook ListenAndServeTLS failed: listen tcp :443: bind: permission denied跨度> -
有时我会收到类似
Unable to fetch data from third party sites...的错误