【问题标题】:Installing JupyterHub helm on EKS cluster: Additional property namespace is not allowed在 EKS 集群上安装 JupyterHub helm:不允许附加属性命名空间
【发布时间】:2022-11-17 12:18:02
【问题描述】:

我正在关注 https://z2jh.jupyter.org/en/latest/jupyterhub/installation.html 使用 CICD 在我的 EKS 集群上安装 Jupyterhub。 此存储库适用于其他部署。

我刚刚从https://jupyterhub.github.io/helm-chart/ 下载了 helm charts 和所有文件,并移到了我的仓库中。 刚刚更新了 values.yaml 中的秘密,除此之外一切都保持不变。 推送我的更改后,我在 Jenkins 日志中收到错误消息——

history.go:56: [debug] getting history for release jupyterhub
install.go:173: [debug] Original chart version: ""
install.go:190: [debug] CHART PATH: /mnt/apps
    
Release "jupyterhub" does not exist. Installing it now.
Error: values don't meet the specifications of the schema(s) in the
following chart(s): jupyterhub:- (root): Additional property namespace is not allowed

我通过将 yaml 转换为 json 验证了 values.yaml 及其有效性。 正在运行以安装 helm 的命令是 -

泊坞窗运行-i -v /devops/jenkins-agent-home/workspace/mnt/apps -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e AWS_DEFAULT_REGION=us-east-1 -e AWS_ACCOUNT=************ -e ARTIFACTORY_USERNAME=********** -e ARTIFACTORY_PASSWORD=**** ********.com/asy/-aws-tools/develop/aws-cli /bin/bash -c 'aws eks update-kubeconfig --name ***-us-e1 --region us-east-1; helm history jupyterhub --max 20 --namespace ****-platform-ns;舵 棉绒。 --命名空间-platform-ns --with-subcharts;掌舵升级 -- 安装 jupyterhub。 -f ./values.yaml --set 命名空间=-platform-ns --namespace ****-platform-ns --debug --atomic --wait --timeout 10m

将一些值转换为 *

有人遇到过这个问题吗?

【问题讨论】:

    标签: amazon-web-services amazon-eks jupyterhub


    【解决方案1】:

    我想知道,你解决了这个问题吗?我面临同样的问题。

    【讨论】:

      猜你喜欢
      • 2022-07-19
      • 2021-07-07
      • 2021-12-24
      • 1970-01-01
      • 2019-12-12
      • 2020-05-16
      • 2022-10-08
      • 2019-03-27
      • 2021-10-31
      相关资源
      最近更新 更多