Open shunsukew opened 6 months ago
hi, Thanks for logging this issue. In order for autoscaler installation to work, kubectl needs to be working too and it depends on oci-cli for authentication. The logs show that oci cli was not installed yet.
Can you please check on the operator host and confirm if that's the case?
Hello, Yes, oci command is available on the operator host.
ubuntu@o-dev-japaneast-oke:~$ oci --version
3.40.1
Also, kubectl
is available on the operator host.
However, oci-cli was installed manually because it was not installed by default when provisioning by this oke module.
Community Note
Terraform Version and Provider Version
Affected Resource(s)
module.{module_name}.module.extensions[0].null_resource.cluster_autoscaler[0]
Terraform Configuration Files
Expected Behavior
Autoscaler is properly installed.
Actual Behavior
Installation fails due to
remote-exec
error. error message is here. Error message says,It looks like you are trying to use a client-go credential plugin that is not installed.
which should be installed on the node.Steps to Reproduce
Create OKE cluster with version
5.1.5
, and set autoscaler config.