Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
53 stars 34 forks source link

Unable to create Full deployment using AKS Edge and K3s #172

Open asterveigas opened 5 months ago

asterveigas commented 5 months ago

Issue Unable to create full deployment after terminating a cluster. It keeps retrying to create the k8s cluster and fails at the step Initializing kubernetes runtime in Linux node.

To Reproduce Steps to reproduce the behavior:

  1. Create a scalable cluster with atleast 2 nodes
  2. Terminate the cluster by using Remove-AksEdgeDeployment PS cmdlet
  3. Reboot the physical machine
  4. Try to create a new single node scalable cluster

Expected behavior The cluster should be created

image

Environment:

Is there any way to resolve this issue? Any workaround for now?