cnf_setup error "cast from Int64 to String failed, at /usr/share/crystal/src/yaml/any.cr:168:5:168" #1801
Replies: 2 comments
-
Please see: https://github.com/cncf/cnf-testsuite/pull/1800 |
Beta Was this translation helpful? Give feedback.
-
Upgrading to latest HELM resolved the issue. https://github.com/cncf/cnf-testsuite/blob/main/sample-cnfs/sample-coredns-cnf/README.md ###ubuntu@abc:~/cncf$ cnf-testsuite cnf_setup cnf-config=./cnf-testsuite.yml |
Beta Was this translation helpful? Give feedback.
-
cnf-testsuite cnf_setup cnf-config=./cnf-testsuite.yml
Successfully created directories for cnf-testsuite
cnf-testsuite namespace already exists on the Kubernetes cluster
cnf setup online mode
/usr/share/crystal/src/yaml/any.cr:168:5 in '??'
/workspace/lib/totem/src/totem/config_types.cr:68:11 in 'cast_to_any_hash'
/workspace/lib/totem/src/totem/config_types/yaml.cr:7:7 in 'from_file'
/workspace/src/tasks/utils/cnf_manager.cr:518:14 in 'generate_and_set_release_name'
/workspace/src/tasks/utils/config.cr:47:16 in 'parse_config_yml'
/workspace/src/tasks/utils/config.cr:36:5 in 'sample_setup'
/usr/share/crystal/src/colorize.cr:132:3 in '->'
/workspace/lib/sam/src/sam/execution.cr:20:7 in '__crystal_main'
/usr/share/crystal/src/crystal/main.cr:115:5 in 'main'
src/env/__libc_start_main.c:95:2 in 'libc_start_main_stage2'
cast from Int64 to String failed, at /usr/share/crystal/src/yaml/any.cr:168:5:168
Beta Was this translation helpful? Give feedback.
All reactions