nutanix / docker-machine

Rancher Node Driver for Nutanix AHV
https://www.nutanix.com/products/acropolis/virtualization
Mozilla Public License 2.0
13 stars 17 forks source link

Always need to restart the rancher-mgmt pods befor adding a new cluster #39

Closed marth52 closed 2 years ago

marth52 commented 2 years ago

Issue

Hi there, roughly once a week, i need to restart all the rancher-mgmt pods in order to add a new downstream cluster to rancher via the nutanix driver. I added two screenshots down below in oder to demonstrate this use case. After restarting the rancher-mgmt pods, i am able to provision a new cluster.

Nutanix Cluster Information

NCC Version: 4.5.0.2 LCM Version: 2.4.5.2 Prism Version: pc.2022.4.0.1

Rancher Version

2.6.5

Rancher Node Driver Version

3.2.0

Node template

name: worker
nutanixConfig:
    cloudInit: "#cloud-config"
    cluster: "ahv2"
    disksize: ""
    endpoint: "endpoint"
    insecure: "true"
    port: "9440"
    storageContainer: ""
    username: "user"
    vmCategories: []
    vmCpuPassthrough: "true"
    vmCores: "1"
    vmCpus: "16"
    vmImageSize: "100"
    vmImage: "k8s-base-image"
    vmMem: "65536"
    vmNetwork: [
        "subneta",
        "subnetb"    
        ]
    vmSerialPort: "false"
labels:
    zone: ahv2

Expected Behavior

image

Actual Behavior

image

Important Factors