Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

failed to download helm with script #14

Open
yilin-huang-01 opened this issue Oct 10, 2022 · 0 comments
Open

failed to download helm with script #14

yilin-huang-01 opened this issue Oct 10, 2022 · 0 comments

Comments

@yilin-huang-01
Copy link

image
I find an error when deploy with SEO 22.04.02
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: deprecated() got an unexpected keyword argument 'name'
fatal: [controller]: FAILED! => {
"attempts": 10,
"changed": false,
"rc": 1
}

MSG:

MODULE FAILURE
See stdout/stderr for the exact error

we have checked the config and run it manually.
smartedge-open@ubuntu-fb446d90bd:/opt/seo/roles/kubernetes/helm/defaults$ cat main.yml

SPDX-License-Identifier: Apache-2.0

Copyright (c) 2020 Intel Corporation


_helm_version: "v3.8.0"
_helm_name: "helm-{{ _helm_version }}-linux-amd64"
_helm_download_url: "https://get.helm.sh"
_helm_download_item: "{{ _helm_name }}.tar.gz"
_helm_binary_path: /usr/local/bin/helm

however it can install by manually
smartedge-open@ubuntu-fb446d90bd:/opt/seo/roles/kubernetes/helm/defaults$ https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz
-bash: https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz: No such file or directory
smartedge-open@ubuntu-fb446d90bd:/opt/seo/roles/kubernetes/helm/defaults$ wget https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz
--2022-10-10 03:38:25-- https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz
Resolving child-prc.intel.com (child-prc.intel.com)... 10.239.120.55
Connecting to child-prc.intel.com (child-prc.intel.com)|10.239.120.55|:913... connected.
Proxy request sent, awaiting response... 200 OK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant