Closed seanankenbruck closed 3 years ago
Would it be possible to attach the log? Please run the tool with the -d option again. Thanks
Please find it attached.
Thanks for the logs. It looks like we are missing some expected Headers when we issue the command "kubectl api-resources -o wide" against your cluster. Could you please attach the output from this command? Does your kubeconfig have admin level access to this cluster?
kubectl api-resources -o wide output is attached.
It appears Kubernetes has updated the response from kubectl api-resources
to return the column "APIVERSION" instead of "APIGROUP" at v1.20.0 (see https://github.com/kubernetes/kubernetes/pull/95253). Would it be possible to check the version of kubectl being used where the report is being run (kubectl version --client
)? If that version, is v1.20.0 or newer, backleveling the version to a 1.19.* release should allow you to run the report successfully while we update to align with the new kubectl output.
Downgrading the kubectl client version worked. However, using Azure CloudShell I cannot modify /usr/local/bin files so I had to prepend a self-contained version of kubectl to my PATH variable. After the downgrade:
kubectl version --short
Client Version: v1.18.8
Server Version: v1.19.3
this change did resolve the error and the tool ran successfully.
Gathering facts...................................DONE
Created: /usr/csuser/clouddrive/viya4-ark/viya_pre_install_report_2021-01-22T21_25_02.html
Created: viya_pre_install_log_2021-01-22T21_25_02.log
Thanks for the quick response and resolution.
Issue addressed in release 1.1.0.
Hi viya4-ark team, receiving a ValueError when attempting to execute the pre-install tool but the log doesn't show any errors. Any chance someone could point to what exactly is missing or where I need to look based on the following output?