【问题标题】:Istio Installation on Openshift在 Openshift 上安装 Istio
【发布时间】: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-systemoc 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 configuration2019-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...的错误

标签: istio openshift-origin


【解决方案1】:

不幸的是,如您所见,Istio 1.1(Kubernetes 1.11+) 和 Istio 1.2(Kuberntes 1.12+) 需要特定的 Kubernetes 版本。但是 OCP v3.9 使用的是Kubernetes 1.9。所以如果你想将 Istio 安装到 OCP,你需要大于或等于 OCPv3.11。

希望对你有帮助。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2019-08-23
  • 2019-04-13
  • 1970-01-01
  • 2021-07-09
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-08-02
相关资源
最近更新 更多