The Repository contains Script Runtime Service for vSphere. A service for managing server-side PowerCLI instances to run commands and scripts against VCenter servers.
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
Upload OVA
Login as root then change password
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'
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.
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
Expected behavior
Helm should register SRS as detailed in the instructions.
Additional context
No response