Hello everyone,
I’m working on premis environment with Vsphere, but rancher cannot creating virtual machines and connectivity between each other even Admin user , it returning this error message .
Error log :
failed with : Error with pre-create check: "NoPermission"
More details :
I’m running rancher management server on rke based kubernetes cluster and then I’m creating a new cluster via UI from there.
This is my rke setup file :
nodes:
- address: <IP>
internal_address: <IP>
user: ubuntu
role: [controlplane, etcd]
- address: <IP>
internal_address: <IP>
user: ubuntu
role: [worker]
- address: <IP>
internal_address: <IP>
user: ubuntu
role: [worker]
services:
etcd:
snapshot: true
creation: 6h
retention: 24h
ingress:
provider: nginx
Another error log message : [DEBUG] keyPath not found. The node is probably still provisioning. Sleep 1 second
In accually, rke can create ssh connectivity where I have run that regarding to that I did not set any keyPath on rke file . May, this second error message caused by that ?
I’m waiting your suggestions and helps ,
Thanks