vmware / script-runtime-service-for-vsphere

The Repository contains Script Runtime Service for vSphere. A service for managing server-side PowerCLI instances to run commands and scripts against VCenter servers.
Other
34 stars 7 forks source link

Error When Trying To Register SRS With Helm #85

Open madak2885 opened 10 months ago

madak2885 commented 10 months ago

Describe the bug

I am attempting deploy a brand new SRS VM and I'm getting an error when using Helm to register. I've followed the installation steps precisely but this is the error I get.

Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "https://127.0.0.1:38729/version": read tcp 127.0.0.1:39574->127.0.0.1:38729: read: connection reset by peer

Any help would be appreciated.

Thank you.

Reproduction steps

  1. Upload OVA
  2. Login as root then change password
  3. Run helm command (placeholders are generic examples; I used my unique values when running): helm install ~/srs --generate-name --set vc.address='ip_address' --set vc.user='username@vsphere.local' --set vc.password='user_password' --set srs.service.hostname='srs-host-vm.domain.com' --set vc.tls_thumbprint='XYZ'
  4. Error is returned: Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "https://127.0.0.1:38729/version": read tcp 127.0.0.1:39574->127.0.0.1:38729: read: connection reset by peer ...

Expected behavior

Helm should register SRS as detailed in the instructions.

Additional context

No response