首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Istio入侵网关使用SDS由于凭据名称失败

Istio入侵网关使用SDS由于凭据名称失败
EN

Stack Overflow用户
提问于 2019-04-16 18:16:03
回答 1查看 413关注 0票数 2

我正试着遵循https://istio.io/docs/tasks/traffic-management/secure-ingress/sds/的指示

然而,当我试图创建Ingress时,我得到了某种形式的验证错误。

很多谷歌都没找到我的任何东西!

代码语言:javascript
复制
Error from server: error when creating "STDIN": admission webhook "pilot.validation.istio.io" denied the request: error decoding configuration: YAML decoding error: selector:
  istio: ingressgateway
servers:
- hosts:
  - httpbin.example.com
  port:
    name: https
    number: 443
    protocol: HTTPS
  tls:
    credentialName: httpbin-credential
    mode: SIMPLE
 unknown field "credentialName" in v1alpha3.Server_TLSOptions
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-04-17 10:12:55

错误是明确的。

未知字段"credentialName“在v1alpha3.Server_TLSOptions中

您尝试使用的特性仅在Istio 1.1中可用;您需要升级到1.1系列(可能是1.1.2或1.1.3以利用安全性修复)才能达到此目的。

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55714307

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档